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.jsのトラックボールコントロールの「パン」という用語は正確にはどういう意味ですか?
controls.rotateSpeed = 1; controls.zoomSpeed = .5; controls.panSpeed = 1;
ここでの「パンスピード」とは何ですか?
トラックボール制御手段でパンすると、オブジェクトを任意のポイントから別のポイントに移動できます。回転速度やズーム速度などのパン速度は、オブジェクトの移動速度を指定します。パンとは、オブジェクトの位置を変更することを意味し、サイズ変更や軸の変更は行いません。お役に立てれば。