Classes | |
| class | FBLight |
| Light class. More... | |
| class | FBPropertyListLight |
| PropertyList: Light More... | |
| class | FBGlobalLight |
| Global light class. More... | |
Namespaces | |
| ORSDK2018 | |
Macros | |
| #define | FBSDK_DLL K_DLLIMPORT |
| Be sure that FBSDK_DLL is defined only once... More... | |
Typedefs | |
| typedef class FBPropertyBase< FBLight *, kFBPT_object > | FBPropertyBaseLight |
| typedef class FBPropertyBaseComponent< FBLight * > | FBPropertyLight |
| typedef class FBPropertyBaseEnum< enum FBLightType > | FBPropertyLightType |
| typedef class FBPropertyBaseEnum< enum FBAttenuationType > | FBPropertyAttenuationType |
| typedef class FBPropertyBaseEnum< enum FBFogMode > | FBPropertyFogMode |
Enumerations | |
| enum | FBLightType { kFBLightTypePoint = 0, kFBLightTypeInfinite, kFBLightTypeSpot, kFBLightTypeArea } |
| Light types. More... | |
| enum | FBAttenuationType { kFBAttenuationNone = 0, kFBAttenuationLinear, kFBAttenuationQuadratic, kFBAttenuationCubic } |
| Light attenuation types. More... | |
| enum | FBFogMode { kFBFogModeLinear, kFBFogModeExponential, kFBFogModeSquareExponential } |
| Fog falloff modes. More... | |
| #define FBSDK_DLL K_DLLIMPORT |