BufferAttribute¶
-
class
pythreejs.BufferAttribute(array=None, normalized=True)[source]¶ This widget has some manual overrides on the Python side.
Inherits
ThreeWidget.Three.js docs: https://threejs.org/docs/#api/core/BufferAttribute
-
array¶ WebGLDataUnion().tag(sync=True)
-
dynamic¶ Bool(False, allow_none=False).tag(sync=True)
-
needsUpdate¶ Bool(False, allow_none=False).tag(sync=True)
-
normalized¶ Bool(True, allow_none=False).tag(sync=True)
-
version¶ CInt(-1, allow_none=False).tag(sync=True)
-