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

Light information. More...

Public Attributes

light_type type
 Light type. More...
 
int nesting_level
 Nesting level. More...
 
float radius_squared
 The light's radius squared. More...
 
vec3f location
 The light's location. More...
 

Detailed Description

Light information.

Member Data Documentation

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

Light type.

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

Nesting level.

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

The light's radius squared.

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

The light's location.