|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Res independent Shape, Scene attached to GLWindow showing multiple animated shape movements. More...
Classes | |
| class | MyGLMediaEventListener |
Static Public Member Functions | |
| static void | main (final String[] args) throws IOException |
| static void | rotateShape (final Shape shape, float angle, final int axis) |
| Rotate the shape while avoiding 90 degree position. More... | |
Res independent Shape, Scene attached to GLWindow showing multiple animated shape movements.
This variation of UISceneDemo00 shows
Blog entry: https://jausoft.com/blog/2023/08/27/graphui_animation_animgroup/
Definition at line 108 of file UISceneDemo03.java.
|
static |
Definition at line 134 of file UISceneDemo03.java.
|
static |
Rotate the shape while avoiding 90 degree position.
| shape | the shape to rotate |
| angle | the angle in radians |
| axis | 0 for X-, 1 for Y- and 2 for Z-axis |
Definition at line 740 of file UISceneDemo03.java.