Home
last modified time | relevance | path

Searched refs:SPHERE_NUM_STACKS (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/vrml97/
H A DSphere.cpp100 #define SPHERE_NUM_STACKS 30.0f macro
155 (int)(SPHERE_NUM_STACKS * complexity), in GLRender()
177 action->addNumTriangles((int)(complexity*2.0f*SPHERE_NUM_SLICES*(SPHERE_NUM_STACKS-1))); in getPrimitiveCount()
187 (int)(SPHERE_NUM_STACKS * complexity), in generatePrimitives()
208 #undef SPHERE_NUM_STACKS
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/
H A DSoSphere.cpp106 #define SPHERE_NUM_STACKS 30.0f macro
169 (int)(SPHERE_NUM_STACKS * complexity), in GLRender()
204 action->addNumTriangles((int)(complexity*2.0f*SPHERE_NUM_SLICES*(SPHERE_NUM_STACKS-1))); in getPrimitiveCount()
215 (int)(SPHERE_NUM_STACKS * complexity), in generatePrimitives()
221 #undef SPHERE_NUM_STACKS