InterleavedBuffer¶
-
class
pythreejs.InterleavedBuffer(array=None)[source]¶ InterleavedBuffer
Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/core/InterleavedBuffer
Inherits
ThreeWidget.Three.js docs: https://threejs.org/docs/#api/core/InterleavedBuffer
-
array¶ WebGLDataUnion().tag(sync=True)
-
dynamic¶ Bool(False, allow_none=False).tag(sync=True)
-
version¶ CInt(0, allow_none=False).tag(sync=True)
-
needsUpdate¶ Bool(False, allow_none=False).tag(sync=True)
-
array = WebGLDataUnion() a numpy array or a NDArrayBase
-
dynamic = Bool(False) a boolean
-
needsUpdate = Bool(False) a boolean
-
version = CInt(0) an int
-