|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrimitiveMeshElement | |
|---|---|
| hmi.graphics.collada | Support for loading Collada Graphics files |
| hmi.graphics.collada.scenegraph | Support for loading Collada Graphics files |
| Uses of PrimitiveMeshElement in hmi.graphics.collada |
|---|
| Subclasses of PrimitiveMeshElement in hmi.graphics.collada | |
|---|---|
class |
Lines
Declares the binding of geometric primitives and vertex attributes for a mesh element. |
class |
LineStrips
Declares the binding of geometric primitives and vertex attributes for a mesh element. |
class |
Polygons
Declares the binding of geometric primitives and vertex attributes for a mesh element. |
class |
PolyList
Declares the binding of geometric primitives and vertex attributes for a mesh element. |
class |
Triangles
Declares the binding of geometric primitives and vertex attributes for a mesh element. |
class |
Trifans
Declares the binding of geometric primitives and vertex attributes for a mesh element. |
class |
Tristrips
Declares the binding of geometric primitives and vertex attributes for a mesh element. |
| Fields in hmi.graphics.collada with type parameters of type PrimitiveMeshElement | |
|---|---|
private ArrayList<PrimitiveMeshElement> |
Mesh.primitiveMeshElements
|
| Methods in hmi.graphics.collada that return types with arguments of type PrimitiveMeshElement | |
|---|---|
List<PrimitiveMeshElement> |
Mesh.getPrimitiveMeshElements()
Returns the Collada primitive mesh elements, like Triangles, Polygons, PolyList etcetera, for this Mesh. |
| Uses of PrimitiveMeshElement in hmi.graphics.collada.scenegraph |
|---|
| Methods in hmi.graphics.collada.scenegraph with parameters of type PrimitiveMeshElement | |
|---|---|
static MaterialTranslator.GMaterialPlusChannelBindings |
MaterialTranslator.primitiveToGMaterial(Collada collada,
PrimitiveMeshElement prim,
BindMaterial bindMaterial)
Returns a GMaterial object for the specified material id, combined with channel bindings |
private static GMesh |
InstanceGeometryTranslator.primitiveToGMesh(Collada collada,
PrimitiveMeshElement prim,
ArrayList<Input> verticesInputs,
ArrayList<ArrayList<Input>> targetVerticesInputs,
String[] targetIds,
String geomName,
Map<String,String> texCoordBindings)
Returns a GMesh object, containing the data arrays and index arrays for a given Collada Primitive element, taking into account inputs like the Position data from a Vertices element. |
private static GSkinnedMesh |
InstanceGeometryTranslator.primitiveToGSkinnedMesh(Collada collada,
PrimitiveMeshElement prim,
ArrayList<Input> verticesInputs,
ArrayList<ArrayList<Input>> targetVerticesInputs,
String[] targetIds,
Skin skin,
String[] skeletonIds,
String geomName,
Map<String,String> texCoordBindings)
Returns a GMesh object, containing the data arrays and index arrays for a given Collada Primitive element, taking into account inputs like the Position data from a Vertices element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||