MeshNormalMaterial

class pythreejs.MeshNormalMaterial[source]

MeshNormalMaterial

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

Inherits Material.

Three.js docs: https://threejs.org/docs/#api/materials/MeshNormalMaterial

fog
Bool(False, allow_none=False).tag(sync=True)
lights
Bool(False, allow_none=False).tag(sync=True)
morphTargets
Bool(False, allow_none=False).tag(sync=True)
wireframe
Bool(False, allow_none=False).tag(sync=True)
wireframeLinewidth
CFloat(1, allow_none=False).tag(sync=True)
type
Unicode("MeshNormalMaterial", allow_none=False).tag(sync=True)
fog = Bool(False)

a boolean

lights = Bool(False)

a boolean

morphTargets = Bool(False)

a boolean

type = Unicode('MeshNormalMaterial')

a unicode string

wireframe = Bool(False)

a boolean

wireframeLinewidth = CFloat(1)

a float