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,618 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
e 3rd person camera problems #260112
04/08/09 22:47
04/08/09 22:47
Joined: Mar 2009
Posts: 10
N
nicholas_cato Offline OP
Newbie
nicholas_cato  Offline OP
Newbie
N

Joined: Mar 2009
Posts: 10
Im having trouble making the camera move with the entity.Ive tried using the one displayed in the lite-c manual,and it works but the camera is placed at the charecters feet.This is the code ive tried using:

vec_set(camera.x,player.x);
vec_set(camera.pan,player.pan);

Is there a better way of doing this? Thx in advance.

Re: e 3rd person camera problems [Re: nicholas_cato] #260151
04/09/09 06:35
04/09/09 06:35
Joined: Aug 2003
Posts: 2,011
Bucharest, Romania
George Offline

Expert
George  Offline

Expert

Joined: Aug 2003
Posts: 2,011
Bucharest, Romania
vec_set(camera.x,player.x);
camera.z += 50; // play with 50
vec_set(camera.pan,player.pan);

Re: e 3rd person camera problems [Re: George] #260516
04/11/09 17:32
04/11/09 17:32
Joined: May 2008
Posts: 62
México.
F
FcoElizalde Offline
Junior Member
FcoElizalde  Offline
Junior Member
F

Joined: May 2008
Posts: 62
México.
Also the manual recomends to put the origin near the center of the model.


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