Home
last modified time | relevance | path

Searched refs:needCoordinates (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/bundles/
H A DSoTextureCoordinateBundle.h55 SbBool needCoordinates(void) const;
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/
H A DSoPointSet.cpp217 SbBool doTextures = tb.needCoordinates(); in GLRender()
374 doTextures = tb.needCoordinates(); in generatePrimitives()
H A DSoFaceSet.cpp525 doTextures = tb.needCoordinates(); in GLRender()
772 doTextures = tb.needCoordinates(); in generatePrimitives()
965 doTextures = tb.needCoordinates(); in useConvexCache()
1016 if (tb.needCoordinates()) tbind = SoConvexDataCache::PER_VERTEX; in useConvexCache()
H A DSoIndexedPointSet.cpp263 doTextures = tb.needCoordinates(); in GLRender()
482 doTextures = tb.needCoordinates(); in generatePrimitives()
H A DSoIndexedFaceSet.cpp458 doTextures = tb.needCoordinates(); in GLRender()
539 ((tbind == NONE && !tb.needCoordinates()) || // no in GLRender()
729 doTextures = tb.needCoordinates(); in generatePrimitives()
H A DSoIndexedTriangleStripSet.cpp279 dotextures = tb.needCoordinates(); in GLRender()
496 dotextures = tb.needCoordinates(); in generatePrimitives()
H A DSoIndexedLineSet.cpp252 SbBool doTextures = tb.needCoordinates(); in GLRender()
518 doTextures = tb.needCoordinates(); in generatePrimitives()
H A DSoLineSet.cpp464 SbBool doTextures = tb.needCoordinates(); in GLRender()
595 doTextures = tb.needCoordinates(); in generatePrimitives()
H A DSoTriangleStripSet.cpp483 doTextures = tb.needCoordinates(); in GLRender()
653 doTextures = tb.needCoordinates(); in generatePrimitives()
H A DSoQuadMesh.cpp879 doTextures = tb.needCoordinates(); in GLRender()
1085 doTextures = tb.needCoordinates(); in generatePrimitives()
/dports/graphics/Coin/coin-Coin-4.0.0/src/vrml97/
H A DIndexedFaceSet.cpp471 doTextures = tb.needCoordinates(); in GLRender()
542 ((tbind == NONE && !tb.needCoordinates()) || in GLRender()
788 doTextures = tb.needCoordinates(); in generatePrimitives()
H A DExtrusion.cpp641 doTextures = tb.needCoordinates(); in GLRender()
/dports/graphics/Coin/coin-Coin-4.0.0/src/bundles/
H A DSoTextureCoordinateBundle.cpp180 SoTextureCoordinateBundle::needCoordinates() const in needCoordinates() function in SoTextureCoordinateBundle