Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

FileRenderer::LightState Struct Reference

light state, passed to renderer before render commands are executed. More...

#include <FileRenderer.h>

List of all members.

Public Attributes

float color [3]
 RGB color of the light. More...

float pos [3]
 Position (or direction) of the light. More...

int on
 on/off state of light. More...


Detailed Description

light state, passed to renderer before render commands are executed.

Definition at line 73 of file FileRenderer.h.


Member Data Documentation

float FileRenderer::LightState::color[3]
 

RGB color of the light.

Definition at line 74 of file FileRenderer.h.

int FileRenderer::LightState::on
 

on/off state of light.

Definition at line 76 of file FileRenderer.h.

float FileRenderer::LightState::pos[3]
 

Position (or direction) of the light.

Definition at line 75 of file FileRenderer.h.


The documentation for this struct was generated from the following file:
Generated on Thu Apr 18 02:47:06 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002