Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 02/27/26 16:40
WFO Training with parallel cores Zorro64
by Martin_HH. 02/26/26 16:03
Zorro version 3.0 prerelease!
by TipmyPip. 02/25/26 16:38
Camera always moves upwards?
by clonman. 02/21/26 09:29
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 02/19/26 13:22
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
4 registered members (TipmyPip, Quad, AndrewAMD, Grant), 5,025 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
the1, alx, ApprenticeInMuc, PatrickH90, USER0328
19200 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
New camera question #152094
09/04/07 06:31
09/04/07 06:31
Joined: Aug 2006
Posts: 96
Netherlands
P
Polypfreak1987 Offline OP
Junior Member
Polypfreak1987  Offline OP
Junior Member
P

Joined: Aug 2006
Posts: 96
Netherlands
Hello,

I am making a wave swinger in 3D. Now I want to make an onride view of one gondela. I have the following code already:

Code:

function cam6() {
while(1) {
if(cam_s2 == 6) {
camera.x = gondel_rider.x;
camera.y = gondel_rider.y;
camera.z = gondel_rider.z-20;
camera.pan = gondel_rider.pan-90;
camera.roll = gondel_rider.skill15;


}
wait(1);
}
}


The camera almost move with the gondela correctly, but does't swing out. So you stay at the starting point, but you see your gondela swings out, but the camera not.

How can I fix this problem?

Thanks in advance.

Re: New camera question [Re: Polypfreak1987] #152095
09/08/07 17:51
09/08/07 17:51
Joined: Jan 2006
Posts: 968
EpsiloN Offline
User
EpsiloN  Offline
User

Joined: Jan 2006
Posts: 968
Make shure this : camera.roll = gondel_rider.skill15; (I mean skill15)
changes. If it doesnt , camera.roll wont be changed too.


Extensive Multiplayer tutorial:
http://mesetts.com/index.php?page=201

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