Is it possible? What I would like, ideally, is the ability to blend a wireframe pass that shows the quads (not tris) of an object with a solid color (so I can have wire/transparent or wire/shaded surface, wire/texture), something similar to the pic. I could do this easily enough with standard Unity…wondering if it’s possible on the iPhone.
You can do this easily with regular Unity? Real wireframe rendering? I’d like to know your method
As far as the iPhone goes the best way would be to use textures… several people have posted about how to do this before using different UV techniques (I posted one myself long ago). Do a search for wireframe and several are going to come up.