I am using [remote obj loader][1] to load 3d object into my scene at runtime. If no material if provided then it loads the material with a standard vertex lit opaque material.
How can I make it render a wireframe with just the outline of the object? Any pointers would be helpful
[1]: https://github.com/cmdr2/unity-remote-obj-loader
↧