Aviatrix3D
2.1.0

org.j3d.aviatrix3d.rendering
Interface TransformCullable

All Superinterfaces:
Cullable
All Known Implementing Classes:
PixelTransform, TransformGroup

public interface TransformCullable
extends Cullable

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.

Version:
$Revision: 2.1 $
Author:
Justin Couch

Method Summary
 void getTransform(javax.vecmath.Matrix4f mat)
          Get the current local transformation value.
 

Method Detail

getTransform

void getTransform(javax.vecmath.Matrix4f mat)
Get the current local transformation value.

Parameters:
mat - The matrix to copy the transform data to

Aviatrix3D
2.1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2009 j3d.org