Home » JOGL 3D Paddle Wheel

JOGL 3D Paddle Wheel

by Online Tutorials Library

JOGL 3D Paddle Wheel

So far, we have learned how to create different geometrical shapes in JOGL such as triangle, cube and cuboid. Now, we will create a paddle wheel and try to rotate it.

JOGL 3D Paddle Wheel

3D image of rotating paddle wheel

To rotate a paddle wheel through coding, go through the below example: –

JPaddle.java

Output:

JOGL 3D Paddle Wheel Output

Next Topic#

You may also like