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.
球体メッシュなどのジオメトリを入力すると、ジオメトリが存在しないかのように動作します。色と質感は外側に見えます。しかし、メッシュを拡大すると、プロパティが消えてしまいます。
球体メッシュの色とテクスチャをメッシュ内で表示するにはどうすればよいですか?
mesh.material.side = THREE.DoubleSide;
または
mesh.material.side = THREE.BackSide;
three.js r.62