Home
last modified time | relevance | path

Searched refs:fwLight (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxAnimationAssigner.cpp879 const COLLADAFW::Light& fwLight = *it; in assignLightParameterControllers() local
880 if ( !assignLightParameterController( fwLight) ) in assignLightParameterControllers()
925 bool AnimationAssigner::assignLightParameterController( const COLLADAFW::Light& fwLight ) in assignLightParameterController() argument
927 Object* lightObject = getObjectByUniqueId( fwLight.getUniqueId() ); in assignLightParameterController()
941 const COLLADAFW::Color& color = fwLight.getColor(); in assignLightParameterController()
958 const COLLADAFW::AnimatableFloat& fallOffAngle = fwLight.getFallOffAngle(); in assignLightParameterController()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/include/
H A DCOLLADAMaxImporterBase.h283 …void addLight( const COLLADAFW::Light& fwLight) { mDocumentImporter->getLightList().push_back(fwLi… in addLight() argument
H A DCOLLADAMaxAnimationAssigner.h130 bool assignLightParameterController( const COLLADAFW::Light& fwLight);
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h2996 #define fwLight 3 macro