Home
last modified time | relevance | path

Searched defs:getTextureCoordinateIndices (Results 1 – 4 of 4) sorted by relevance

/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DIndexedGeometryArray.java1105 public void getTextureCoordinateIndices(int index, int texCoordIndices[]) { in getTextureCoordinateIndices() method in IndexedGeometryArray
1135 public void getTextureCoordinateIndices(int texCoordSet, in getTextureCoordinateIndices() method in IndexedGeometryArray
H A DIndexedGeometryArrayRetained.java1120 final void getTextureCoordinateIndices(int texCoordSet, int index, int texCoordIndices[]) { in getTextureCoordinateIndices() method in IndexedGeometryArrayRetained
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/
H A DGeometryInfo.java1418 public int[] getTextureCoordinateIndices(int texCoordSet) { in getTextureCoordinateIndices() method in GeometryInfo
1431 public int[] getTextureCoordinateIndices() in getTextureCoordinateIndices() method in GeometryInfo
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/j3d/
H A DOBJLoader.java1898 public int [] getTextureCoordinateIndices() { in getTextureCoordinateIndices() method in OBJLoader.Geometry