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
IEEEFloat(0, allow_none=False).tag(sync=True)
clearCoatRoughness
IEEEFloat(0, allow_none=False).tag(sync=True)
defines
Dict(default_value={"PHYSICAL":""}, allow_none=True).tag(sync=True)
reflectivity
IEEEFloat(0.5, allow_none=False).tag(sync=True)
type
Unicode("MeshPhysicalMaterial", allow_none=False).tag(sync=True)
clearCoat = IEEEFloat(0)

a float

clearCoatRoughness = IEEEFloat(0)

a float

defines = Dict()

a dict or None with elements of any type

reflectivity = IEEEFloat(0.5)

a float

type = Unicode('MeshPhysicalMaterial')

a unicode string