I've tried several ways of drawing a single wireframed cube with little success (I desperately need this for the little space-travel engine I'm working on).
Of course, I tried a little TestSceneNode with the EMF_WIREFRAME flag set but that's not exactly what I need; the diagonals in the 6 faces are displayed, and that's exactly what I'm trying to get rid of.
I've tried a custom scene node which renders itself with multiple draw3DLine's but it doesn't work
Is there any way of drawing something like a 3d rectangle ?
Thanks already !
Nic