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.
THREE.Object3Dオブジェクトを含むシーンがあります。オブジェクトは複数の子オブジェクトで構成されているため、直接ジオメトリはありません。
オブジェクトを見るためにカメラを配置して焦点を合わせるにはどうすればよいですか?
camera.position.copy( object.position ); camera.position.z += object.geometry.boundingSphere.radius; camera.lookAt( object );