Main Page   Modules   Namespace List   Class Hierarchy   Compound List   Namespace Members   Compound Members   Related Pages  

openvrml::gl::viewer::light_info Struct Reference

Light information. More...

Collaboration diagram for openvrml::gl::viewer::light_info:

Collaboration graph
[legend]
List of all members.

Public Attributes

light_type type
 Light type.

int nesting_level
 Nesting level.

float radius_squared
 The light's radius squared.

vec3f location
 The light's location.


Detailed Description

Light information.


Member Data Documentation

vec3f openvrml::gl::viewer::light_info::location
 

The light's location.

int openvrml::gl::viewer::light_info::nesting_level
 

Nesting level.

float openvrml::gl::viewer::light_info::radius_squared
 

The light's radius squared.

viewer::light_type openvrml::gl::viewer::light_info::type
 

Light type.