Double-Sided Wireframe

Started by JavaMan, July 15, 2015, 11:28:57 PM

Previous topic - Next topic

JavaMan

Hi all,
It's great to see JPCT still active! I was using it back in '08 and glad to see its continued to be updated. So much for the "Java is dead" talk.  ;D

So, I'm doing some wireframe rendering and thought there was a way to get double-sided rendering for a wireframe. That is the wireframe is rendered irrespective of the rotation within the camera's view.

Anyone have suggestions on how to achieve this other than adding triangles twice?

Thanks,
Vance

EgonOlsen

Just disable culling in the object. Or isn't that what you mean?