how to i get 3D dimensions of the irrlicht device created

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
hkolli
Posts: 42
Joined: Thu Jul 13, 2006 8:29 pm

how to i get 3D dimensions of the irrlicht device created

Post by hkolli »

hi all ,

how do i get the 3D dimensions of the irrlicht window being created in a win32 application . my application is similar to tutorial 14 . by 3D dimensions i mean the range of values for which x , y ,z exists .

please let me know :(

thanks
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

The thing you're thinking of is called view frustrum, it's basically a cube where all things inside the cube are rendered and all other's aren't. Ask your camera for the current frustrum.
Post Reply