Model outline rendering helper, one-click generate smooth normals.
Modify the FBX directly without any additional steps!!!Modify the FBX directly without any additional steps!!!Built-in Mikkt algorithm automatically calculates tangents, no need for FBX to have tangent information!!!Supports storing smooth normals in any UV channel or vertex color.Supports calculating smooth normals in either model space or tangent space.Using the least squares method to enhance adaptability in calculating smooth normal directions.Quick Start1.In Unity project, find the mesh sub-asset of the fbx asset file you want to outline.2.Click on the MenuItem (the button with three dots in the upper right corner of the Inspector), then click on "Generate Smooth Normals" in the popup menu (you will see smooth normals generated in UV3).3.Drag the model into the scene, and then drag "OutlineInTangentSpaceUVMaterial" from "Smooth Normal Generator\Art\Materials" into the Materials of the Skinned Mesh Renderer.Tips: This tool depends on the Autodesk FBX SDK for Unity (Free SDK registered by Unity official). Please check if this dependency is installed in your project.Vertex Extrusion OutlinesMikkt algorithmOctahedron normal compressionLeast squares method