Login  Register

Re: Creating objects with simple drawing methods of JOGL

Posted by Lawa on Dec 30, 2015; 5:52pm
URL: https://forum.jogamp.org/Creating-objects-with-simple-drawing-methods-of-JOGL-tp4035938p4035942.html

Yes I actually did that but in that example JOGL is being used as a renderer ONLY and it is not being used as a drawing tool , all the shapes are being created using classes from dyn4j , but in my case I want the shapes to be drawn using JOGL it self and then give them a collision detection ..