Home » JOGL 3D Basic Shape

JOGL 3D Basic Shape

by Online Tutorials Library

JOGL 3D Basic shape

In three dimensional object, z-axis is also exist with x-axis and y-axis. These axis represents height, width and depth of an object. Thus, it represents the real view of an object.

JOGL 3D Example

In this example, we are creating a simple 3D object.

J3DBasic.java

Output:

JOGL 3D Basic shape Output

Next TopicJOGL 3D Triangle

You may also like