GridHelper

class pythreejs.GridHelper(size=10, divisions=10, colorCenterLine="#444444", colorGrid="#888888")[source]

GridHelper

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

Inherits Object3D.

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

size
CFloat(10, allow_none=False).tag(sync=True)
divisions
CInt(10, allow_none=False).tag(sync=True)
colorCenterLine
Color("#444444", allow_none=False).tag(sync=True)
colorGrid
Color("#888888", allow_none=False).tag(sync=True)
type
Unicode("GridHelper", allow_none=False).tag(sync=True)
colorCenterLine = Color('#444444')

a valid HTML color

colorGrid = Color('#888888')

a valid HTML color

divisions = CInt(10)

an int

size = CFloat(10)

a float

type = Unicode('GridHelper')

a unicode string