Camera views in windows

Posted By: Tomas

Camera views in windows - 09/09/08 13:54

Hello, I would like to know if it is possible to put views from one or more cameras to small windows and display it on screen and how. I tried to look for it on forum but not found. It would be great if you can help me smile
Thank you
Posted By: ACKNEX007

Re: Camera views in windows - 09/16/08 14:55

use view method.
and set the name & position for each camera.
look in the manual of "view"
VIEW* camera2_view =
{
layer = 0;
pos_x = 10;
pos_y = 10;
size_x = 64;
size_y = 48;
arc = 45;
aspect = 1;
ambient = 10;
fog = 10;
genius = NULL;
flags = VISIBLE;
}
© 2024 lite-C Forums