MasatoMakino / threejs-lab

Studies for three.js.
MIT License
3 stars 0 forks source link

UV座標サンプルのGUI名称がずれている #61

Closed MasatoMakino closed 4 months ago

MasatoMakino commented 4 months ago

プレーンに対するUV座標設定のサンプルで、GUIの名称と実態がずれている。 https://masatomakino.github.io/threejs-lab/demo/StudyPlaneUVs.html https://masatomakino.github.io/threejs-lab/demo/StudySpriteUVs.html GUIにはx1, y1, x2, y2という名称が使われているが、この名称だとUVをクリッピングするバウンディングボックスを連想する。

実態は以下の通り

x1はx座標の開始原点 y1は高さ-1

x2は幅 y2はy座標の開始原点-1

MasatoMakino commented 4 months ago

https://github.com/MasatoMakino/threejs-billboard この作例の結果は、threejs-billboardに反映されている。 このリポジトリでメンテナンスを継続する必要はない。 当該ファイルを削除する。