Re: Objects fall outside simpleuniverse
Posted by bchinfosieeuw on Jul 26, 2018; 11:51am
URL: https://forum.jogamp.org/Objects-fall-outside-simpleuniverse-tp4039062p4039073.html
I have this code to create a sphere:
Sphere sphere6 = new Sphere(0.05f);
I am sure it is creating and placing the sphere, but it is outside the frustum. Because when another sphere is placed within the frustum, it is visible.