GLBasic forum

Main forum => GLBasic - en => Topic started by: mentalthink on 2011-Oct-18

Title: Technical question about the cone of the 3D camera
Post by: mentalthink on 2011-Oct-18
it´s possible change the raltion between the heigt and width of the camera?¿, and if this it´s possible, the aspect ratio of pixels will change?¿.

Thanks in advance.
Title: Re: Technical question about the cone of the 3D camera
Post by: MrTAToad on 2011-Oct-18
You can change the field of view and camera range, but not the actual width and height - it's always assumed to be the size of either the screen or a defined viewport (set this to a small size and then you could have a small camera)...
Title: Re: Technical question about the cone of the 3D camera
Post by: mentalthink on 2011-Oct-18
thanks again, MrTatoad.