BufferGeometryUtils
Utility functions for working with BufferGeometry objects. Provides advanced vertex manipulation and geometry processing capabilities.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
- Self type
-
BufferGeometryUtils.type
Members list
Value members
Concrete methods
Computes vertex tangents using the MikkTSpace algorithm.
Computes vertex tangents using the MikkTSpace algorithm.
Attributes
Calculates the morphed attributes of a morphed/skinned BufferGeometry.
Calculates the morphed attributes of a morphed/skinned BufferGeometry.
Attributes
Performs a deep clone of the given buffer attribute.
Performs a deep clone of the given buffer attribute.
Attributes
Returns a new, non-interleaved version of the given attribute.
Returns a new, non-interleaved version of the given attribute.
Attributes
Deinterleaves all attributes on the given geometry.
Deinterleaves all attributes on the given geometry.
Attributes
Returns the amount of bytes used by all attributes to represent the geometry.
Returns the amount of bytes used by all attributes to represent the geometry.
Attributes
Interleaves a set of attributes and returns a new array of corresponding attributes.
Interleaves a set of attributes and returns a new array of corresponding attributes.
Attributes
Merges a set of attributes into a single instance.
Merges a set of attributes into a single instance.
Attributes
Merges a set of geometries into a single instance.
Merges a set of geometries into a single instance.
Attributes
Merges the groups for the given geometry.
Merges the groups for the given geometry.
Attributes
Returns a new geometry with vertices for which all similar vertex attributes are merged.
Returns a new geometry with vertices for which all similar vertex attributes are merged.
Attributes
Modifies the supplied geometry to have smooth normals everywhere except faces that meet at an angle greater than the crease angle.
Modifies the supplied geometry to have smooth normals everywhere except faces that meet at an angle greater than the crease angle.
Attributes
Returns a new geometry with vertices converted to TrianglesDrawMode.
Returns a new geometry with vertices converted to TrianglesDrawMode.
Attributes
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object