Search Unity

Wireframe rendering in iPhone

Discussion in 'Editor & General Support' started by noradninja, Apr 12, 2009.

  1. noradninja

    noradninja

    Joined:
    Nov 12, 2007
    Posts:
    420
    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.
     

    Attached Files:

  2. antenna-tree

    antenna-tree

    Joined:
    Oct 30, 2005
    Posts:
    5,324
    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.