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
0 registered members (), 17,416 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
is ther any way #75427
05/25/06 03:25
05/25/06 03:25
Joined: May 2006
Posts: 51
J
jermaine Offline OP
Junior Member
jermaine  Offline OP
Junior Member
J

Joined: May 2006
Posts: 51
is ther any way to rotate thecamera so it would point left?

Re: is ther any way [Re: jermaine] #75428
05/25/06 03:28
05/25/06 03:28
Joined: Jun 2004
Posts: 2,234
Wisconsin USA
FoxHound Offline
Expert
FoxHound  Offline
Expert

Joined: Jun 2004
Posts: 2,234
Wisconsin USA
There are abotu a million ways. But what do you mean point left?

camera.pan = 270; //points left i think
camera.pan = 90; // points right I think
camera.pan = 0;//points foward I think
camera.pan = 180;//points backwards I think

The other way may mean to slowly rotate it
while(camera.pan < 270)
{
camera.pan += 3 * time_step;
wait(1);
}//ater these numbers and wether to add or subtract as needed.


---------------------
There is no signature here.


QUIT LOOKING FOR ONE!

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