00001
00002
00003
00004
00005
00006
00007
00008
00014 #ifndef _FCD_LIGHT_TOOLS_H_
00015 #define _FCD_LIGHT_TOOLS_H_
00016
00017 #ifndef _FCD_PARAMETER_ANIMATABLE_H_
00018 #include "FCDocument/FCDParameterAnimatable.h"
00019 #endif // _FCD_PARAMETER_ANIMATABLE_H_
00020
00021 class FCDLight;
00022
00024 namespace FCDLightTools
00025 {
00041 void FCOLLADA_EXPORT LoadPenumbra(FCDLight* light, float penumbraValue, FCDAnimated* penumbraAnimated, bool createAnimationChannel=true);
00042 }
00043
00044 #endif // _FCD_LIGHT_TOOLS_H_