RingBufferGeometry¶
-
class
pythreejs.RingBufferGeometry(innerRadius=0.5, outerRadius=1, thetaSegments=8, phiSegments=8, thetaStart=0, thetaLength=6.283185307179586)[source]¶ RingBufferGeometry
Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/geometries/RingGeometry
Inherits
BaseBufferGeometry.Three.js docs: https://threejs.org/docs/#api/geometries/RingGeometry
-
innerRadius¶ CFloat(0.5, allow_none=False).tag(sync=True)
-
outerRadius¶ CFloat(1, allow_none=False).tag(sync=True)
-
thetaSegments¶ CInt(8, allow_none=False, min=3).tag(sync=True)
-
phiSegments¶ CInt(8, allow_none=False, min=1).tag(sync=True)
-
thetaStart¶ CFloat(0, allow_none=False).tag(sync=True)
-
thetaLength¶ CFloat(6.283185307179586, allow_none=False).tag(sync=True)
-
type¶ Unicode("RingBufferGeometry", allow_none=False).tag(sync=True)
-
innerRadius = CFloat(0.5) a float
-
outerRadius = CFloat(1) a float
-
phiSegments = CInt(8) an int
-
thetaLength = CFloat(6.283185307179586) a float
-
thetaSegments = CInt(8) an int
-
thetaStart = CFloat(0) a float
-
type = Unicode('RingBufferGeometry') a unicode string
-