Wireframe question

Blitz3D Forums/Blitz3D Programming/Wireframe question

*(Posted 2005) [#1]
in my editor I have 4 cams (Top, Left, Front and perspective) the thing im asking is this:
When I create a floor it places all the polys down so I can see it but as its only a poly mesh its to thin to show on the other cams. Is there a way to get a single poly to show when looking at it from the thin side in wireframe?


KuRiX(Posted 2005) [#2]
I have the same problem in KODE (my editor), and i use some kind of gizmo to show (at least) the position of the floor (plane).


*(Posted 2005) [#3]
I also thought that wireframe would show everything thats 'wireframe' but it doesnt.


*(Posted 2005) [#4]
if you set the entityfx to 16 (remove backface culling) it works :D