Login  Register

Re: If I want to construct complex geomtry models out of simple geometry how would I do that?

Posted by elect on Feb 14, 2016; 4:45pm
URL: https://forum.jogamp.org/If-I-want-to-construct-complex-geomtry-models-out-of-simple-geometry-how-would-I-do-that-tp4036219p4036225.html

You have two options, if you don't need perspective projection, you can use orthographic projection and make it as big as you want.

Or, you choose perspective projection and then you also set the view (camera) matrix with the so-called lookAt function