|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Skin | |
|---|---|
| hmi.graphics.collada | Support for loading Collada Graphics files |
| hmi.graphics.collada.scenegraph | Support for loading Collada Graphics files |
| Uses of Skin in hmi.graphics.collada |
|---|
| Fields in hmi.graphics.collada declared as Skin | |
|---|---|
private Skin |
Controller.skin
|
| Methods in hmi.graphics.collada that return Skin | |
|---|---|
Skin |
Controller.getSkin()
|
| Uses of Skin in hmi.graphics.collada.scenegraph |
|---|
| Methods in hmi.graphics.collada.scenegraph with parameters of type Skin | |
|---|---|
private static VertexWeights |
InstanceGeometryTranslator.createVertexWeights(Skin skin)
|
static List<GShape> |
InstanceGeometryTranslator.getSkinnedGShapeList(Collada collada,
Skin skin,
String[] skeletonIds,
BindMaterial bindMaterial,
List<GSkinnedMesh> skinnedMeshes)
Returns a list of GShape objects, each containing a GSkinnedMesh plus GMaterial, extracted from the specified Collada Skin. |
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 | |||||||||