bernhard-42 / three-cad-viewer

A CAD viewer component based on three.js
MIT License
178 stars 29 forks source link

More Advanced ThreeJS Materials #9

Closed jdegenstein closed 1 year ago

jdegenstein commented 1 year ago

ThreeJS supports MeshPhysicalMaterial, which could enhance the appearance of models displayed in three-cad-viewer.

image

Here's an example configuration with a semi-metallic, semi-reflective material. This can be reproduced at this link:

https://threejs.org/docs/scenes/material-browser.html#MeshPhysicalMaterial

bernhard-42 commented 1 year ago

Fixed in 1.8.2

bernhard-42 commented 1 year ago

closing