VTK
Public Types | Public Attributes | List of all members
vtkopt::Light Struct Reference

#include <Light.h>

Public Types

enum  { POSITIONAL =0, DIRECTIONAL }
 

Public Attributes

float3 pos
 
float3 dir
 
float3 color
 
int type
 

Detailed Description

Definition at line 36 of file Light.h.

Member Enumeration Documentation

anonymous enum
Enumerator
POSITIONAL 
DIRECTIONAL 

Definition at line 42 of file Light.h.

Member Data Documentation

float3 vtkopt::Light::pos

Definition at line 48 of file Light.h.

float3 vtkopt::Light::dir

Definition at line 49 of file Light.h.

float3 vtkopt::Light::color

Definition at line 50 of file Light.h.

int vtkopt::Light::type

Definition at line 51 of file Light.h.


The documentation for this struct was generated from the following file: