WebGLShadowMap¶
-
class
pythreejs.WebGLShadowMap[source]¶ WebGLShadowMap
Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/renderers/webgl/WebGLShadowMap
Inherits
ThreeWidget.Three.js docs: https://threejs.org/docs/#api/renderers/webgl/WebGLShadowMap
-
enabled¶ Bool(False, allow_none=False).tag(sync=True)
-
type¶ Enum(ShadowTypes, "PCFShadowMap", allow_none=False).tag(sync=True)
-
enabled = Bool(False) a boolean
-
type = Enum('PCFShadowMap') any of [‘BasicShadowMap’, ‘PCFShadowMap’, ‘PCFSoftShadowMap’]
-