-Create a custom quad scene node (Tutorial 3).
-I found this article : http://www.pixelpilot.dk/isometric.htm
-I created camera like this:
Code: Select all
float x=-20;
smgr->addCameraSceneNode(0, core::vector3df(x/2,x/2,(x/2)*(sqrt(2.0f)/sqrt(3.0f))), core::vector3df(0,0,0) );
![Image](http://i50.tinypic.com/14y991x.jpg)
But result is =
![Image](http://i46.tinypic.com/2u4ucu9.jpg)
What's wrong?
Thanks.
EDIT: I found the solution without changing camera:
![Image](http://i45.tinypic.com/2vljj9c.jpg)