|
j3d.org Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HAnimObjectParent
Marker of a class that can act as a parent to a HAnimObject.
Used to abstract the parent information away from nodes, as for example, a joint could have either a joint or a humanoid as the parent.
| Method Summary | |
|---|---|
void |
childUpdateRequired(HAnimObject child)
Notification that the child has changed and will need to recalculate it's vertex positions. |
int |
requestNextObjectIndex()
Get the object's index into the greater list of things. |
| Method Detail |
|---|
void childUpdateRequired(HAnimObject child)
child - Reference to the child that has changedint requestNextObjectIndex()
|
j3d.org Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||