Definition in file _bck2/DataStructures.h.
Go to the source code of this file.
Classes | |
struct | TShadowSettings |
Shadow Manager settings. More... | |
struct | TLightInfo |
Light properties data structure. More... | |
struct | TLightSwitch |
Light status and its switch node. More... | |
Enumerations | |
enum | TShadowMethod { zpass, zfail, autoset } |
User defined shadow computation method. More... | |
enum | TShadowAlgorithm { zpassAlg, zfailAlg } |
Algorithms used to compute and render shadows. More... | |
enum | TLightTypes { TSoDirectionalLight, TSoDirectionalLightManip, TSoPointLight, TSoPointLightManip, TSoSpotLight, TSoSpotLightManip, TUnknownLightType } |
Defines all light types present in Open Inventor. More... |
|
User defined shadow computation method.
Definition at line 40 of file _bck2/DataStructures.h. |
|
Algorithms used to compute and render shadows.
Definition at line 50 of file _bck2/DataStructures.h. |
|
Defines all light types present in Open Inventor.
Definition at line 71 of file _bck2/DataStructures.h. |