Page 1 of 1

A Cube scene Node

Posted: Sat Jun 15, 2013 12:14 pm
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

Re: A Cube scene Node

Posted: Sat Jun 15, 2013 4:23 pm
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.