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
1 registered members (TipmyPip), 18,649 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
Page 2 of 2 1 2
Re: Very big problem with camera! [Re: XardasBeginer] #324431
05/20/10 19:48
05/20/10 19:48
Joined: May 2010
Posts: 22
X
XardasBeginer Offline OP
Newbie
XardasBeginer  Offline OP
Newbie
X

Joined: May 2010
Posts: 22
OH, i find. I wan't to have camera like in this project: http://www.youtube.com/watch?v=_Zn7mtvMOto&feature=player_embedded

Re: Very big problem with camera! [Re: XardasBeginer] #324438
05/20/10 20:18
05/20/10 20:18
Joined: Sep 2009
Posts: 496
P
Progger Offline
Senior Member
Progger  Offline
Senior Member
P

Joined: Sep 2009
Posts: 496
what can u see when u use the camera code i give to you? Can u make a screenshot?


asking is the best Way to get help laugh laugh laugh
Re: Very big problem with camera! [Re: XardasBeginer] #324675
05/22/10 16:06
05/22/10 16:06
Joined: May 2010
Posts: 22
X
XardasBeginer Offline OP
Newbie
XardasBeginer  Offline OP
Newbie
X

Joined: May 2010
Posts: 22
I got like on this scrrens:
http://img541.imageshack.us/img541/5307/prtttt1.png

or:

http://img20.imageshack.us/img20/3913/prttttttt2.png

When i turn left/right for.. ex. 5 sec. camera roteta that, that i see only map!

Re: Very big problem with camera! [Re: painkiller] #324816
05/23/10 14:43
05/23/10 14:43
Joined: Aug 2009
Posts: 1,438
Spain
painkiller Offline
Serious User
painkiller  Offline
Serious User

Joined: Aug 2009
Posts: 1,438
Spain
are you sure that you used this code? I use this code in a car simulator and it works perfect

Code:
var camera_distance=30;
camera.x = chassis.x - sin(chassis.pan) * camera_distance;
camera.y = chassis.y - cos(chassis.pan) * camera_distance;
camera.z=chassis.z+10;
camera.pan = chassis.pan; // face the player




3D Gamestudio A8 Pro
AMD FX 8350 4.00 Ghz
16GB RAM
Gigabyte GeForce GTX 960 4GB
Re: Very big problem with camera! [Re: painkiller] #324846
05/23/10 17:22
05/23/10 17:22
Joined: May 2010
Posts: 22
X
XardasBeginer Offline OP
Newbie
XardasBeginer  Offline OP
Newbie
X

Joined: May 2010
Posts: 22
I made video: First movie is from code from @up post, second is from page one, from Progger:

http://www.youtube.com/watch?v=soNbTNlcSic

Pinkiller - can You upload this code? Thanks

Re: Very big problem with camera! [Re: XardasBeginer] #324848
05/23/10 17:30
05/23/10 17:30
Joined: Aug 2007
Posts: 1,922
Schweiz
Widi Offline
Serious User
Widi  Offline
Serious User

Joined: Aug 2007
Posts: 1,922
Schweiz
Why upload? The code you need is in his post. Only copy and paste...

maybee camera_distance have to bee bigger, play with it.

Last edited by Widi; 05/23/10 17:31.
Re: Very big problem with camera! [Re: Widi] #324849
05/23/10 17:31
05/23/10 17:31
Joined: May 2010
Posts: 22
X
XardasBeginer Offline OP
Newbie
XardasBeginer  Offline OP
Newbie
X

Joined: May 2010
Posts: 22
I copy and paste - and effect is in movie on youtube (link up)

Re: Very big problem with camera! [Re: XardasBeginer] #324850
05/23/10 17:33
05/23/10 17:33
Joined: Aug 2007
Posts: 1,922
Schweiz
Widi Offline
Serious User
Widi  Offline
Serious User

Joined: Aug 2007
Posts: 1,922
Schweiz
set camera_distance higher, to 200 or more

Re: Very big problem with camera! [Re: Widi] #324852
05/23/10 17:36
05/23/10 17:36
Joined: May 2010
Posts: 22
X
XardasBeginer Offline OP
Newbie
XardasBeginer  Offline OP
Newbie
X

Joined: May 2010
Posts: 22
The effect is the same like on first video at this: http://www.youtube.com/watch?v=soNbTNlcSic

Page 2 of 2 1 2

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