It seems lack of some properties in MeshPhysicalMaterial
document.
https://threejs.org/docs/#api/en/materials/MeshPhysicalMaterial
Ever what I noticed are
We should update.
There might be some justification for leaving them undocumented if we think the API is still evolving... that might be true of sheen? But I think clearcoatNormalScale and clearcoatNormalMap are unlikely to change. I have no idea about ".transparency" 😓
Oh, I forgot that there may be a chance that it is intentional.. Anyone knows about it?
Off topic, it may be helpful for devs to add note in the code if we intentionally undocument certain properties/methods.
✨ super secret, tell no one 😎 ✨
I think it's safe to document clearcoatNormalScale
, clearcoatNormalMap
and transparency
. I would wait with sheen
until #17700 is resolved.
Incorrectly documented as a Float - minor issue, yet clearly, and correctly specified in the Class
@QuidCode Thanks for reporting. Fixed!
Most helpful comment
✨ super secret, tell no one 😎 ✨