Home
last modified time | relevance | path

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

/dports/graphics/ogre3d/ogre-1.11.6/Samples/DeferredShading/src/
H A DGeomUtils.cpp29 , bool bTexCoords) in createSphere() argument
39 , bTexCoords // need texture co-ordinates in createSphere()
56 , bool bTexCoords) in createSphere() argument
75 if (bTexCoords) in createSphere()
119 if (bTexCoords) in createSphere()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/DeferredShading/src/
H A DGeomUtils.cpp28 , bool bTexCoords) in createSphere() argument
38 , bTexCoords // need texture co-ordinates in createSphere()
55 , bool bTexCoords) in createSphere() argument
74 if (bTexCoords) in createSphere()
118 if (bTexCoords) in createSphere()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/DeferredShading/include/
H A DGeomUtils.h29 , bool bTexCoords
38 , bool bTexCoords);
/dports/graphics/ogre3d/ogre-1.11.6/Samples/DeferredShading/include/
H A DGeomUtils.h29 , bool bTexCoords
38 , bool bTexCoords);
/dports/math/curv/curv-0.5/libcurv/viewer/
H A Dmesh.cc248 bool bTexCoords = false; in getVbo() local
251 bTexCoords = true; in getVbo()
275 if(bTexCoords){ in getVbo()