JOGL 3D Basic shapeIn 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 ExampleIn this example, we are creating a simple 3D object. J3DBasic.java Output: Next TopicJOGL 3D Triangle |