A Cube scene Node

Post your questions, suggestions and experiences regarding to Image manipulation, 3d modeling and level editing for the Irrlicht engine here.
Post Reply
gauravjha
Posts: 26
Joined: Thu Jan 24, 2013 4:52 am

A Cube scene Node

Post by gauravjha »

Hi,

I need to add a cube scene node in my scene. I am drawing the cube of size 100.0 (pixels??) in a screen of size (400, 200). Where in the screen will this cube be drawn (i.e whether the top-left of the cube will be aligned to top-left of the scree or their center will be aligned?)

Thanks in advance.

Gaurav Jha
Marthog
Posts: 31
Joined: Sun Oct 03, 2010 8:33 pm
Contact:

Re: A Cube scene Node

Post by Marthog »

You won't see anything because you need a camera.
Then the resulting position depends on Cameraposition, target, field of view, cubeposition, etc.
Rust fanboy
Post Reply