MeshPhysicalMaterial¶
-
class
pythreejs.MeshPhysicalMaterial[source]¶ MeshPhysicalMaterial
Autogenerated by generate-wrappers.js See https://threejs.org/docs/#api/materials/MeshPhysicalMaterial
Inherits
MeshStandardMaterial.Three.js docs: https://threejs.org/docs/#api/materials/MeshPhysicalMaterial
-
clearCoat¶ CFloat(0, allow_none=False).tag(sync=True)
-
clearCoatRoughness¶ CFloat(0, allow_none=False).tag(sync=True)
-
defines¶ Dict(default_value={"PHYSICAL":""}, allow_none=True).tag(sync=True)
-
reflectivity¶ CFloat(0.5, allow_none=False).tag(sync=True)
-
type¶ Unicode("MeshPhysicalMaterial", allow_none=False).tag(sync=True)
-
clearCoat = CFloat(0) a float
-
clearCoatRoughness = CFloat(0) a float
-
defines = Dict() a dict or None with elements of any type
-
reflectivity = CFloat(0.5) a float
-
type = Unicode('MeshPhysicalMaterial') a unicode string
-