Milton Posted June 1, 2016 Share Posted June 1, 2016 Hi everyone. I'm trying to create a 2D spinning ball, but in Isometric projection. I'm using the following code:http://www.angryoctopus.co.nz/java4k/PoolTest.html which seems to work fine for top down view. (If Java doesn't work for you, this is my HTML5 test: Pool Press X to toggle aXes display.) Now I try to use this same code for my Isometric engine. So I rotate by 45 and 30 (yaw/pitch). It seems to work fine, as long as my ball's axes are World axes aligned. If they're not, I'm not sure what is happening. Also, when I rotate my view, what would be the correct rotation? Spindizzy (Canvas)Spindizzy (WebGL) Press H for help. (A Aabb, W Wireframe, X aXes, 1/2 Rotate). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.