[name]
This class is a wrapper class to contain extra information about the object that needs to be rendered.
Constructor
[name]()
Creates a new [name]. This is used in [page:Projector].
Properties
.[page:Object3d object]
The object that needs to be rendered.
.[page:Number z]
This contains the the z index of the object. This makes it faster/easier to sort the object based on its z-index.
.[page:Number id]
This contains the the id of the object.
Methods
Source
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]