Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   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 76 of file FileRenderer.h.


Member Data Documentation

float FileRenderer::LightState::color[3]
 

RGB color of the light.

Definition at line 77 of file FileRenderer.h.

Referenced by FileRenderer::do_define_light.

int FileRenderer::LightState::on
 

on/off state of light.

Definition at line 79 of file FileRenderer.h.

Referenced by FileRenderer::do_activate_light.

float FileRenderer::LightState::pos[3]
 

Position (or direction) of the light.

Definition at line 78 of file FileRenderer.h.

Referenced by FileRenderer::do_define_light.


The documentation for this struct was generated from the following file:
Generated on Sun May 27 01:59:51 2012 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002