ShadowMaterial

class pythreejs.ShadowMaterial[source]

ShadowMaterial

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

Inherits ShaderMaterial.

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

lights
Bool(True, allow_none=False).tag(sync=True)
transparent
Bool(True, allow_none=False).tag(sync=True)
type
Unicode("ShadowMaterial", allow_none=False).tag(sync=True)
lights = Bool(True)

a boolean

transparent = Bool(True)

a boolean

type = Unicode('ShadowMaterial')

a unicode string