Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在我的场景中使用三个.js 导入一些几何图形,每个几何图形都指定一个 RGBA 颜色和一个 RGBA 镜面反射颜色。在threejs中存在一个问题,因为它似乎只处理RGB颜色,整个对象都有一个alpha属性。但我需要两个单独的 alpha 值:一个用于颜色,一个用于高光颜色。