Uses of Class
hmi.graphics.scenegraph.VertexWeights

Packages that use VertexWeights
hmi.graphics.collada.scenegraph Support for loading Collada Graphics files 
hmi.graphics.scenegraph The HmiGraphics scenegraph package contains code for graphics scenegraphs in a render platform independent way, and also independent from a particular graphics file format. 
 

Uses of VertexWeights in hmi.graphics.collada.scenegraph
 

Methods in hmi.graphics.collada.scenegraph that return VertexWeights
 VertexWeights GSkin.createVertexWeights()
          Creates a new VertexWeight by copying jointIndices, jointWeights, and count data
private static VertexWeights InstanceGeometryTranslator.createVertexWeights(Skin skin)
           
 

Uses of VertexWeights in hmi.graphics.scenegraph
 

Fields in hmi.graphics.scenegraph declared as VertexWeights
private  VertexWeights GSkinnedMesh.vertexWeights
           
 

Methods in hmi.graphics.scenegraph that return VertexWeights
 VertexWeights GSkinnedMesh.getVertexWeights()
          Returns the VertexWeights
 

Methods in hmi.graphics.scenegraph with parameters of type VertexWeights
 void GSkinnedMesh.setVertexWeights(VertexWeights vertexWeights)
          Sets the vertex weights for skinning