【3D】Three.js【WebGL】 [無断転載禁止]©2ch.net (42レス)
1-

30: 2021/02/26(金)01:55 ID:??? AAS
>>18
three.js example

https://threejs.org/examples/#misc_lookat

https://github.com/mrdoob/three.js/blob/master/examples/misc_lookat.html

for ( let i = 1, l = scene.children.length; i < l; i ++ ) {

scene.children[ i ].lookAt( sphere.position );

}

camera.position.x += ( mouseX - camera.position.x ) * .05;
camera.position.y += ( - mouseY - camera.position.y ) * .05;
camera.lookAt( scene.position );
1-
あと 12 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.169s*