aspose file tools
The moose likes Game Development and the fly likes Why doesn't my cube rotate normally Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Game Development
Reply Bookmark "Why doesn Watch "Why doesn New topic
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.

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Why doesn't my cube rotate normally
 
Similar Threads
float 12.0/0 error
mapping entire classes of enums
PKCS7 BouncyCastle encrypt / decrypt with CMSDataEnveloppe dont work ?
Can someone tell me why?
Problem in detecting a shake movement