Home
last modified time | relevance | path

Searched refs:ATTR_AMBIENT_COLOR (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/include/
H A DCOLLADAMayaSyntax.h206 static const char* ATTR_AMBIENT_COLOR = "ambientColor"; variable
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaEffectExporter.cpp493 …animated = animationExporter->addNodeAnimation ( shader, targetSid, ATTR_AMBIENT_COLOR, kColour, R… in exportStandardShader()
495 …exportTexturedParameter ( effectId, effectProfile, shader, ATTR_AMBIENT_COLOR, EffectExporter::AMB… in exportStandardShader()
H A DCOLLADAMayaVisualSceneExporter.cpp572 … effectExporter->getShaderTextures ( shader, ATTR_AMBIENT_COLOR, fileTextures, blendModes ); in exportInstanceMaterial()