FbxXform (object)¶
Members¶
String | name | |
Ref<FbxObject>[] | children | |
Ref<FbxObject> | parentObj | |
Ref<FbxArchiveReader> | reader |
Methods¶
FbxXform ( in FbxXform other ) | |
FbxXform ( in String name, io Ref<FbxArchiveReader> reader, in Xfo tranfos, io FbxObject parent ) | |
FbxXform () | |
FbxXform | clone ? () |
Box3 | getBounds ! ( in Float64 time, io Boolean isConstant ) |
Box3 | getChildBounds ! ( in Float64 time ) |
SInt32 | getNumSamples ? () |
Float64[] | getTimes ? () |
Xfo | readSample ! ( in Float64 time ) |
reset ! () |
Methods in detail¶
FbxXform ( in FbxXform other )
copy constructor
FbxXform ( in String name, io Ref<FbxArchiveReader> reader, in Xfo tranfos, io FbxObject parent )
FbxXform ()
default constructor
clone method
Box3 FbxXform.getBounds! ( in Float64 time, io Boolean isConstant )
Returns the bounds of this object, including all children and this Xform, if any
Box3 FbxXform.getChildBounds! ( in Float64 time )
returns the bounding box
SInt32 FbxXform.getNumSamples? ()
returns the number of samples of this reader
Float64[] FbxXform.getTimes? ()
returns the timesampling of this reader
Xfo FbxXform.readSample! ( in Float64 time )
reads a sample at a given time. this will properly interpolate between samples.
FbxXform.reset! ()
clears all pointers and releases all alembic containers