Home
last modified time | relevance | path

Searched refs:color4_to_float4 (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/assimp/assimp-5.1.3/samples/SimpleOpenGL/
H A DSample_SimpleOpenGL.c131 void color4_to_float4(const C_STRUCT aiColor4D *c, float f[4]) in color4_to_float4() function
166 color4_to_float4(&diffuse, c); in apply_material()
171 color4_to_float4(&specular, c); in apply_material()
176 color4_to_float4(&ambient, c); in apply_material()
181 color4_to_float4(&emission, c); in apply_material()
/dports/multimedia/assimp/assimp-5.1.3/samples/SimpleTexturedOpenGL/SimpleTexturedOpenGL/src/
H A Dmodel_loading.cpp353 void color4_to_float4(const aiColor4D *c, float f[4]) in color4_to_float4() function
388 color4_to_float4(&diffuse, c); in apply_material()
393 color4_to_float4(&specular, c); in apply_material()
398 color4_to_float4(&ambient, c); in apply_material()
403 color4_to_float4(&emission, c); in apply_material()
/dports/misc/dartsim/dart-6.11.1/dart/gui/
H A DOpenGLRenderInterface.cpp555 void OpenGLRenderInterface::color4_to_float4(const aiColor4D* c, float f[4]) in color4_to_float4() function in dart::gui::OpenGLRenderInterface
590 color4_to_float4(&diffuse, c); in applyMaterial()
596 color4_to_float4(&specular, c); in applyMaterial()
601 color4_to_float4(&ambient, c); in applyMaterial()
607 color4_to_float4(&emission, c); in applyMaterial()
H A DOpenGLRenderInterface.hpp141 void color4_to_float4(const aiColor4D* c, float f[4]);
/dports/multimedia/assimp/assimp-5.1.3/samples/SimpleAssimpViewX/
H A DMyDocument.mm20 static void color4_to_float4(const aiColor4D *c, float f[4]) function
569 color4_to_float4([meshHelper diffuseColor], dc);
572 color4_to_float4([meshHelper specularColor], sc);
575 color4_to_float4([meshHelper ambientColor], ac);
578 color4_to_float4(meshHelper.emissiveColor, emc);