fbsdk/fblight.h File Reference

fblight.h File Reference
#include <kaydaradef.h>
#include <fbsdk/fbmodel.h>

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...
 

Macro Definition Documentation

#define FBSDK_DLL   K_DLLIMPORT

Be sure that FBSDK_DLL is defined only once...

Definition at line 48 of file fblight.h.

Go to the source code of this file.