image « axis « Java Enterprise Q&A





1. how can i do to a 2D image and spin it around it's X, Y, or Z axis as if it were a 3D image.in java?    stackoverflow.com

I want to achieve the effect of a 2D image I have but a little inclined, for example a plane, I want the image can be rotated about its axis Y. ...

2. javaFX image background Y axis scrolling HELP!    forums.netbeans.org

ok here's my problem i'm developing a shooting game (more like a space invader one) and i want my background to move or to scroll in Y axis(BTW my background is an image.jpg type). Can anyone help with the code on how can I scroll my background automatically? though i managed to move my spaceship to X axis (left and right ...

3. Rotating Image Along Y axis in JOGL so that its horizontal (Visible side faces upwad)    java-forums.org

I am new to JOGL and have tried to display an image in JOGL from an example. Displaying an Image in JOGL (Part 1) - TankaarWiki However , this example displays the image in 2D, with the right side facing the user(i-e leaf is visible to user), **I wanted to change the code so that i can rotate the image along ...