Search code examples
unity-game-enginemodeling

Unity3D: How to add rib to model (ex. to simple cube)


CATIA and other viewers have different view of objects - object has black ribs and it is more visible then without it. Can I add ribs on models in Unity3D?

CATIA

CATIA Cube

Unity3D

Unity3D Cube


Solution

    1. Import Standard asset in Unity
    2. You will see Effects\ImageEffects\Scripts\EdgeDetection.cs
    3. Attach this script to your camera
    4. Set the mode as follows:

    enter image description here enter image description here enter image description here

    Good luck!