Three.js - How do I change the edge colors of my SphereGeometry object?

后端 未结 0 556
北恋
北恋 2021-01-30 01:01

This is the basic example from the Threejs documentation

function initSphere(){
       const geometry = new THREE.SphereGeometry( 150, 14, 14 );
       const mate         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题