Namespace ThreeBufferUtils
Functions
fromThreeBufferAttribute
- fromThreeBufferAttribute(bufferAttribute: ThreeBufferAttribute): BufferAttribute
-
Parameters
-
bufferAttribute: ThreeBufferAttribute
fromThreeBufferGeometry
- fromThreeBufferGeometry(bufferGeometry: ThreeBufferGeometry, techniqueIndex: number): Geometry
-
Parameters
-
bufferGeometry: ThreeBufferGeometry
-
techniqueIndex: number
fromThreeInterleavedBufferAttribute
-
Parameters
-
bufferAttribute: ThreeInterleavedBufferAttribute
Collection of helper methods to convert three.js BufferGeometry to Geometry that allows creation and transfering of THREE BufferGeometry in webworkers. See also CustomDatasourceExample.