문제

I've created something using WebGLRenderer and now the client says that we can't use WebGL so I'm trying to convert it to Canvas. I'm trying to load a JSON model. If I create any basic geometry it looks fine but when I load a model a lot of the model isn't visible. Any recommendation as to what the issue is here?

http://plnkr.co/edit/gAZUv8eooUHNhbMVe7mo?p=preview

도움이 되었습니까?

해결책

With CanvasRenderer and wireframe: true, if you want to see the inside of the cone, you need to set

material.side = THREE.DoubleSide;

three.js r.67

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top