ICharacter (interface)¶
A Character is made up of a collection of geometries that are deformed by a skeleton and a pose.
Functions¶
| Mat44 | getBindShapeTransform ? ( in Index index ) |
| LocalBoundingVolume | getBoundingVolume ? () |
| Geometry | getDeformedGeometry ! ( in Index index ) |
| String | getDesc ? ( in String indent, in Boolean includeGeometries ) |
| String | getDesc ? () |
| Geometry | getGeometry ? ( in Index index ) |
| Xfo | getGlobalXfo ? () |
| String | getName ? () |
| Size | getNumGeometries ? () |
| IPose | getPose ? () |
| ISkeleton | getSkeleton ? () |
| Mat44[] | getSkinningMatrices ? () |
| UInt64 | getVersion ? () |
| setGlobalXfo ! ( in Xfo xfo ) |
Functions in detail¶
Mat44 ICharacter.getBindShapeTransform? ( in Index index )
LocalBoundingVolume ICharacter.getBoundingVolume? ()
Geometry ICharacter.getDeformedGeometry! ( in Index index )
String ICharacter.getDesc? ( in String indent, in Boolean includeGeometries )
String ICharacter.getDesc? ()
Geometry ICharacter.getGeometry? ( in Index index )
Xfo ICharacter.getGlobalXfo? ()
String ICharacter.getName? ()
Size ICharacter.getNumGeometries? ()
IPose ICharacter.getPose? ()
ISkeleton ICharacter.getSkeleton? ()
Mat44[] ICharacter.getSkinningMatrices? ()
UInt64 ICharacter.getVersion? ()
ICharacter.setGlobalXfo! ( in Xfo xfo )