|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransformCullable
A Cullable type that allows a node to transform its child/children.
The specified transformation must be Affine and have uniform scaling components(SRT-transform). This class will not check this constraint, so expect odd results if you break this rule, up to and including a possible core reactor meltdown in a foreign country.
This interface is typically combined with one of the other cullables to indicate prescene or lack of child objects. All this does is mark the availability of a transformation at this point in the scene graph.
Method Summary | |
---|---|
void |
getTransform(javax.vecmath.Matrix4f mat)
Get the current local transformation value. |
Method Detail |
---|
void getTransform(javax.vecmath.Matrix4f mat)
mat
- The matrix to copy the transform data to
|
Aviatrix3D 2.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |