Packageaway3d.loaders.data
Classpublic class ObjectData
SubclassesContainerData, MeshData

Data class for a gneric 3d object

Public Properties
 PropertyDefined by
  name : String
The name of the 3d object used as a unique reference.
ObjectData
  transform : Matrix3D
The 3d transformation matrix for the 3d object
ObjectData
Property detail
nameproperty
public var name:String

The name of the 3d object used as a unique reference.

transformproperty 
public var transform:Matrix3D

The 3d transformation matrix for the 3d object

Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments