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
IEEEFloat(0.5, allow_none=False).tag(sync=True)
outerRadius
IEEEFloat(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
IEEEFloat(0, allow_none=False).tag(sync=True)
thetaLength
IEEEFloat(6.283185307179586, allow_none=False).tag(sync=True)
type
Unicode("RingBufferGeometry", allow_none=False).tag(sync=True)
innerRadius = IEEEFloat(0.5)

a float

outerRadius = IEEEFloat(1)

a float

phiSegments = CInt(8)

an int

thetaLength = IEEEFloat(6.283185307179586)

a float

thetaSegments = CInt(8)

an int

thetaStart = IEEEFloat(0)

a float

type = Unicode('RingBufferGeometry')

a unicode string