Unique number of this buffergeometry instance
Adds a listener to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Bakes matrix transform directly into vertex coordinates.
Computes bounding box of the geometry, updating Geometry.boundingBox attribute. Bounding boxes aren't computed by default. They need to be explicitly computed, otherwise they are null.
Computes bounding sphere of the geometry, updating Geometry.boundingSphere attribute. Bounding spheres aren't' computed by default. They need to be explicitly computed, otherwise they are null.
Computes vertex normals by averaging face normals.
Fire an event type.
Disposes the object from memory. You need to call this when you want the bufferGeometry removed while the application is running.
Checks if listener is added to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Removes a listener from an event type.
The type of the listener that gets removed.
The listener function that gets removed.
Generated using TypeDoc, the 1/31/2021 at 6:18:56 AM
{}