- get(int) - Method in interface de.javagl.obj.FloatTuple
-
Return the specified component of this tuple
- getActivatedGroupNames(ObjFace) - Method in interface de.javagl.obj.ReadableObj
-
Returns an unmodifiable set containing the names of the groups that
are activated with the given face.
- getActivatedMaterialGroupName(ObjFace) - Method in interface de.javagl.obj.ReadableObj
-
Returns the name of the material group that is activated with the
given face.
- getD() - Method in interface de.javagl.obj.Mtl
-
Returns the opacity of the material
- getDimensions() - Method in interface de.javagl.obj.FloatTuple
-
Return the dimensions of this tuple
- getFace(int) - Method in interface de.javagl.obj.ObjGroup
-
Returns the face with the given index.
- getFace(int) - Method in interface de.javagl.obj.ReadableObj
-
Returns the face with the given index.
- getFaceNormalIndices(ReadableObj) - Static method in class de.javagl.obj.ObjData
-
Returns the normal indices from the faces of the given
ReadableObj as a direct IntBuffer.
- getFaceNormalIndices(ReadableObj, int) - Static method in class de.javagl.obj.ObjData
-
Returns the normal indices from the faces of the given
ReadableObj as a direct IntBuffer.
- getFaceNormalIndices(ReadableObj, IntBuffer) - Static method in class de.javagl.obj.ObjData
-
Stores the normal indices of the faces of the given
ReadableObj in the given buffer.
- getFaceNormalIndicesArray(ReadableObj) - Static method in class de.javagl.obj.ObjData
-
Returns the normal indices from the faces of the given
ReadableObj as an array.
- getFaceNormalIndicesArray(ReadableObj, int) - Static method in class de.javagl.obj.ObjData
-
Returns the normal indices from the faces of the given
ReadableObj as an array.
- getFaceTexCoordIndices(ReadableObj) - Static method in class de.javagl.obj.ObjData
-
Returns the texCoord indices from the faces of the given
ReadableObj as a direct IntBuffer.
- getFaceTexCoordIndices(ReadableObj, int) - Static method in class de.javagl.obj.ObjData
-
Returns the texCoord indices from the faces of the given
ReadableObj as a direct IntBuffer.
- getFaceTexCoordIndices(ReadableObj, IntBuffer) - Static method in class de.javagl.obj.ObjData
-
Stores the texCoord indices of the faces of the given
ReadableObj in the given buffer.
- getFaceTexCoordIndicesArray(ReadableObj) - Static method in class de.javagl.obj.ObjData
-
Returns the texCoord indices from the faces of the given
ReadableObj as an array.
- getFaceTexCoordIndicesArray(ReadableObj, int) - Static method in class de.javagl.obj.ObjData
-
Returns the texCoord indices from the faces of the given
ReadableObj as an array.
- getFaceVertexIndices(ReadableObj) - Static method in class de.javagl.obj.ObjData
-
Returns the vertex indices from the faces of the given
ReadableObj as direct IntBuffer.
- getFaceVertexIndices(ReadableObj, int) - Static method in class de.javagl.obj.ObjData
-
Returns the vertex indices from the faces of the given
ReadableObj as direct IntBuffer.
- getFaceVertexIndices(ReadableObj, IntBuffer) - Static method in class de.javagl.obj.ObjData
-
Stores the vertex indices of the faces of the given
ReadableObj in the given buffer.
- getFaceVertexIndicesArray(ReadableObj) - Static method in class de.javagl.obj.ObjData
-
Returns the vertex indices from the faces of the given
ReadableObj as an array.
- getFaceVertexIndicesArray(ReadableObj, int) - Static method in class de.javagl.obj.ObjData
-
Returns the vertex indices from the faces of the given
ReadableObj as an array.
- getGroup(int) - Method in interface de.javagl.obj.ReadableObj
-
Returns the group with the given index.
- getGroup(String) - Method in interface de.javagl.obj.ReadableObj
-
Returns the group with the given name, or null if
there is no such group in this Obj.
- getKa() - Method in interface de.javagl.obj.Mtl
-
Returns the ambient component of the material
- getKd() - Method in interface de.javagl.obj.Mtl
-
Returns the diffuse component of the material
- getKs() - Method in interface de.javagl.obj.Mtl
-
Returns the specular component of the material
- getMapKd() - Method in interface de.javagl.obj.Mtl
-
Returns the name of the diffuse map of the material,
or null if it has not map.
- getMaterialGroup(int) - Method in interface de.javagl.obj.ReadableObj
-
Returns the material group with the given index.
- getMaterialGroup(String) - Method in interface de.javagl.obj.ReadableObj
-
Returns the material group with the given name, or null if
there is no such group in this Obj.
- getMtlFileNames() - Method in interface de.javagl.obj.ReadableObj
-
Returns an unmodifiable list containing the names of the MTL file
that are associated with this OBJ, as they have been read from
the mtllib line.
- getName() - Method in interface de.javagl.obj.Mtl
-
Return the name of the material
- getName() - Method in interface de.javagl.obj.ObjGroup
-
Returns the name of this group.
- getNormal(int) - Method in interface de.javagl.obj.ReadableObj
-
Returns the normal with the given index.
- getNormalIndex(int) - Method in interface de.javagl.obj.ObjFace
-
Returns the index of the normal with the given number.
- getNormals(ReadableObj) - Static method in class de.javagl.obj.ObjData
-
Returns all normals of the given
ReadableObj as an array.
- getNormals(ReadableObj, FloatBuffer) - Static method in class de.javagl.obj.ObjData
-
Stores the normals of the given
ReadableObj in the given
buffer.
- getNormalsArray(ReadableObj) - Static method in class de.javagl.obj.ObjData
-
Returns all normals of the given
ReadableObj as an array.
- getNs() - Method in interface de.javagl.obj.Mtl
-
Returns the shininess of the material.
- getNumFaces() - Method in interface de.javagl.obj.ObjGroup
-
Returns the number of faces in this group.
- getNumFaces() - Method in interface de.javagl.obj.ReadableObj
-
Returns the number of faces in the Obj.
- getNumGroups() - Method in interface de.javagl.obj.ReadableObj
-
Returns the number of groups in this Obj.
- getNumMaterialGroups() - Method in interface de.javagl.obj.ReadableObj
-
Returns the number of material groups in this Obj.
- getNumNormals() - Method in interface de.javagl.obj.ReadableObj
-
Returns the number of normals in the Obj.
- getNumTexCoords() - Method in interface de.javagl.obj.ReadableObj
-
Returns the number of texture coordinates in the Obj.
- getNumVertices() - Method in interface de.javagl.obj.ObjFace
-
Returns the number of vertices this face consists of.
- getNumVertices() - Method in interface de.javagl.obj.ReadableObj
-
Returns the number of vertices in the Obj.
- getTexCoord(int) - Method in interface de.javagl.obj.ReadableObj
-
Returns the texture coordinate with the given index.
- getTexCoordIndex(int) - Method in interface de.javagl.obj.ObjFace
-
Returns the index of the texture coordinate with the given number.
- getTexCoords(ReadableObj, int) - Static method in class de.javagl.obj.ObjData
-
Returns all texture coordinates of the given
ReadableObj as direct FloatBuffer.
- getTexCoords(ReadableObj, FloatBuffer, int) - Static method in class de.javagl.obj.ObjData
-
Stores the texture coordinates of the given
ReadableObj
in the given buffer.
- getTexCoordsArray(ReadableObj, int) - Static method in class de.javagl.obj.ObjData
-
Returns all texture coordinates of the given
ReadableObj as an array.
- getTotalNumFaceVertices(ReadableObj) - Static method in class de.javagl.obj.ObjData
-
Returns the sum of all numbers of vertices of all faces in the given
ReadableObj.
- getVertex(int) - Method in interface de.javagl.obj.ReadableObj
-
Returns the vertex with the given index.
- getVertexIndex(int) - Method in interface de.javagl.obj.ObjFace
-
Returns the index of the vertex with the given number.
- getVertices(ReadableObj) - Static method in class de.javagl.obj.ObjData
-
Returns all vertices of the given
ReadableObj as a direct
FloatBuffer.
- getVertices(ReadableObj, FloatBuffer) - Static method in class de.javagl.obj.ObjData
-
Stores the vertices of the given
ReadableObj in the given
buffer.
- getVerticesArray(ReadableObj) - Static method in class de.javagl.obj.ObjData
-
Returns all vertices of the given
ReadableObj as an array.
- getW() - Method in interface de.javagl.obj.FloatTuple
-
Return the w-component of this tuple
- getX() - Method in interface de.javagl.obj.FloatTuple
-
Return the x-component of this tuple
- getY() - Method in interface de.javagl.obj.FloatTuple
-
Return the y-component of this tuple
- getZ() - Method in interface de.javagl.obj.FloatTuple
-
Return the z-component of this tuple
- groupToObj(ReadableObj, ObjGroup, List<Integer>) - Static method in class de.javagl.obj.ObjUtils
-
- groupToObj(ReadableObj, ObjGroup, List<Integer>, T) - Static method in class de.javagl.obj.ObjUtils
-