Home
last modified time | relevance | path

Searched refs:needIndices (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/
H A DSoIndexedTriangleStripSet.cpp282 if (tb.isFunction() && !tb.needIndices()) { in GLRender()
499 if (tb.isFunction() && !tb.needIndices()) { in generatePrimitives()
583 if (tb.needIndices()) pointdetail.setTextureCoordIndex(tindices ? *tindices++ : texidx++); in generatePrimitives()
617 if (tb.needIndices()) pointdetail.setTextureCoordIndex(tindices ? *tindices++ : texidx++); in generatePrimitives()
651 if (tb.needIndices()) pointdetail.setTextureCoordIndex(tindices ? *tindices++ : texidx++); in generatePrimitives()
687 if (tb.needIndices()) pointdetail.setTextureCoordIndex(tindices ? *tindices++ : texidx++); in generatePrimitives()
H A DSoTriangleStripSet.cpp707 if (tb.needIndices()) pointDetail.setTextureCoordIndex(texnr++); in generatePrimitives()
731 if (tb.needIndices()) pointDetail.setTextureCoordIndex(texnr++); in generatePrimitives()
755 if (tb.needIndices()) pointDetail.setTextureCoordIndex(texnr++); in generatePrimitives()
780 if (tb.needIndices()) pointDetail.setTextureCoordIndex(texnr++); in generatePrimitives()
H A DSoIndexedFaceSet.cpp491 if (tb.isFunction() && !tb.needIndices()) { in GLRender()
685 if (tb.needIndices()) pointDetail.setTextureCoordIndex(tindices ? *tindices++ : texidx++); \
754 if (tb.isFunction() && !tb.needIndices()) { in generatePrimitives()
865 if (tb.needIndices()) pointDetail.setTextureCoordIndex(tindices ? *tindices++ : texidx++); in generatePrimitives()
H A DSoIndexedPointSet.cpp298 if (tb.isFunction() && !tb.needIndices()) { in GLRender()
512 if (tb.isFunction() && !tb.needIndices()) { in generatePrimitives()
H A DSoFaceSet.cpp831 if (tb.needIndices()) pointDetail.setTextureCoordIndex(texnr++); in generatePrimitives()
855 if (tb.needIndices()) pointDetail.setTextureCoordIndex(texnr++); in generatePrimitives()
H A DSoQuadMesh.cpp1155 if (tb.needIndices()) pointDetail.setTextureCoordIndex(curridx); in generatePrimitives()
1179 if (tb.needIndices()) pointDetail.setTextureCoordIndex(curridx); in generatePrimitives()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/bundles/
H A DSoTextureCoordinateBundle.h69 SbBool needIndices(void) const;
/dports/graphics/Coin/coin-Coin-4.0.0/src/vrml97/
H A DIndexedFaceSet.cpp506 if (tb.isFunction() && !tb.needIndices()) { in GLRender()
725 if (tb.needIndices()) pointDetail.setTextureCoordIndex(tindices ? *tindices++ : texidx++); \
792 if (tb.isFunction() && !tb.needIndices()) { in generatePrimitives()
881 if (tb.needIndices()) pointDetail.setTextureCoordIndex(tindices ? *tindices++ : texidx++); in generatePrimitives()
/dports/graphics/Coin/coin-Coin-4.0.0/src/bundles/
H A DSoTextureCoordinateBundle.cpp203 SoTextureCoordinateBundle::needIndices(void) const in needIndices() function in SoTextureCoordinateBundle
/dports/graphics/Coin/coin-Coin-4.0.0/docs/
H A DChangeLog.20031237 Support for SoTextureCoordinateBundle::needIndices().