better RecalculateNormals

Unityを使っていると、外部からインポートしたFBXファイルのオブジェクトはスムーズに表示されるけれど、スクリプトからMeshvertices/trianglesを設定したオブジェクトはフラットな感じに表示されてしまうことがあります。

normal-solver-1

そういう場合はNormalの計算方法を見直してみると良いそうです。

A better method to recalculate normals in Unity – Part 2 – The Scheming Developer
http://schemingdeveloper.com/2017/03/26/better-method-recalculate-normals-unity-part-2/

normal-solver-2

リンク

Unity – Scripting API: Mesh
https://docs.unity3d.com/ScriptReference/Mesh.html

Unity – Scripting API: Mesh.RecalculateNormals
https://docs.unity3d.com/ScriptReference/Mesh.RecalculateNormals.html

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です