PlaneHelper

class pythreejs.PlaneHelper(plane=None, size=1, color="yellow")[source]

PlaneHelper

Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/helpers/PlaneHelper

Inherits Object3D.

Three.js docs: https://threejs.org/docs/#api/helpers/PlaneHelper

plane
Instance(Plane, allow_none=True).tag(sync=True, **widget_serialization)
size
CFloat(1, allow_none=False).tag(sync=True)
color
Color("yellow", allow_none=True).tag(sync=True)
type
Unicode("PlaneHelper", allow_none=False).tag(sync=True)
color = Color('yellow')

a valid HTML color

plane = Instance()

a Plane or None

size = CFloat(1)

a float

type = Unicode('PlaneHelper')

a unicode string