Uses of Class
com.jmex.model.ogrexml.anim.WeightBuffer

Packages that use WeightBuffer
com.jmex.model.ogrexml.anim   
 

Uses of WeightBuffer in com.jmex.model.ogrexml.anim
 

Methods in com.jmex.model.ogrexml.anim that return WeightBuffer
 WeightBuffer OgreMesh.getWeightBuffer()
           
static WeightBuffer BoneAnimationLoader.loadWeightBuffer(org.w3c.dom.Node assignmentsNode, int vertexCount)
           
 

Methods in com.jmex.model.ogrexml.anim with parameters of type WeightBuffer
 void OgreMesh.setWeightBuffer(WeightBuffer weightBuf)