JavaRanch » Java Forums »
Java »
Game Development
| Author |
Why doesn't my cube rotate normally
|
Joshua Waring
Greenhorn
Joined: Sep 04, 2012
Posts: 13
|
|
I've got no idea why, I'm new to the 3D area, though I've made a nice pong in 2D.
I've compaired my code to working samples and I can't see the difference, but when I import their code it works normally, but as I said I can't see the difference.
So here it is
Before the loop is
and then
|
 |
Joshua Waring
Greenhorn
Joined: Sep 04, 2012
Posts: 13
|
|
I thought it would be nice to explain the problem..
Firstly, the shape seemed REALLY weird due to it being in a perspective view and the values being a bit weird. So that was changed by using glOrtho which gives a straight view.
Secondly during rotation the near clipping was being hit so a simple glTranslate on the view solved that problem (I moved it back 5)
The solution was.
|
 |
 |
|
|
subject: Why doesn't my cube rotate normally
|
|
|
|