org.jagatoo.loaders.models.collada.datastructs.controllers
Class Influence

java.lang.Object
  extended by org.jagatoo.loaders.models.collada.datastructs.controllers.Influence

public class Influence
extends java.lang.Object

Easy manipulation for weight value of one bone, for a vertex

Author:
Matias Leone (aka Maguila), Amos Wenger (aka BlueSky)

Field Summary
 int bone
          Bone index
 float weight
          Weight value
 
Constructor Summary
Influence()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bone

public int bone
Bone index


weight

public float weight
Weight value

Constructor Detail

Influence

public Influence()