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 で使用するために .obj ファイルから .js ファイルに変換する場合、スクリプト convert_obj_three.py は法線をエクスポートしません。
どうすれば法線を取得できますか?
モデルをエクスポートするとき、blenderには法線を含めるオプションがあります。チェックボックスをオンにします。またはthree.jsを使用する
geometry.computeVertexNormals()
法線を計算します。