Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
5 registered members (Dico, AndrewAMD, TipmyPip, NewbieZorro, Grant), 15,253 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Camera views in windows #226372
09/09/08 13:54
09/09/08 13:54
Joined: Sep 2008
Posts: 2
T
Tomas Offline OP
Guest
Tomas  Offline OP
Guest
T

Joined: Sep 2008
Posts: 2
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

Re: Camera views in windows [Re: Tomas] #227868
09/16/08 14:55
09/16/08 14:55
Joined: Jun 2007
Posts: 236
acknex.exe
ACKNEX007 Offline
Member
ACKNEX007  Offline
Member

Joined: Jun 2007
Posts: 236
acknex.exe
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;
}


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1