Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Shape3D不支持自定义材质吗? 强行更换材质,顶点会乱
const mat = new UnLitMaterial(); mat.baseColor = Color.randomRGB(); this.maker.renderer.material=mat;
将来会支持自定义材质吗?