JOGL Installation In this section, we will learn about the installation of JOGL in our operating system. Thus, to download and install…
3D Cube
-
-
JOGL 3D Paddle Wheel So far, we have learned how to create different geometrical shapes in JOGL such as triangle, cube and…
-
JOGL Interfaces To create a JOGL program, it is required to understand the following interfaces: – GLEventListener interface GLAutodrawable interface JOGL GLEventListener…
-
Introduction Java Open Graphic Library (JOGL) is a wrapper library which allows to use OpenGL with Java programing language. Thus, programmers can…
-
JOGL Lightning Using JOGL, you can provide various light effects to any type of object through coding. This effects makes the object…
-
JOGL Primitive Shapes In the previous examples, we have already learnt that in JOGL any type of shape can be drawn with…
-
JOGL Primitives Being an open graphic library, we can draw different shapes such as circle, triangle, square in JOGL. Hence, to draw…
-
JOGL Rotation In JOGL, an object can be rotated in any direction along any of the three axis. To rotate an object…
-
JOGL Scaling In JOGL, Scaling is used to either increase or decrease the size of an object. It manipulates the physical dimensions…
-
JOGL Transform Functions JOGL transformation is a mechanism that provides special effect to graphical objects. These effects are applied after the creation…