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
3 registered members (NewbieZorro, TipmyPip, 1 invisible), 19,045 guests, and 8 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
3rd person camera #307171
01/27/10 15:54
01/27/10 15:54
Joined: Apr 2009
Posts: 161
austria
L
littlejacky Offline OP
Member
littlejacky  Offline OP
Member
L

Joined: Apr 2009
Posts: 161
austria
Hallo!
Ich hab mal ne Frage.
Hat jemand einen "3rd person Kamera-code", bei dem die Kamera NICHT durch Wände schwebt???
Oder hat jemand eine Idee wie das geht???

Meine Lieblingsansicht ist eben die "3rd Person-Ansicht" und ich möchte nur ungern in die "1st Person-Ansicht" wechseln.
Also...
Falls jemand so einen Code oder eine Idee hat, BITTE BITTE BITTE schreiben.

Re: 3rd person camera [Re: littlejacky] #307172
01/27/10 15:58
01/27/10 15:58
Joined: Nov 2008
Posts: 946
T
the_clown Offline
User
the_clown  Offline
User
T

Joined: Nov 2008
Posts: 946
Was erstmal helfen sollte, ist folgendes:
Nach ALLEN ANDEREN Kamera-Codes, dies:

if(c_trace(player.x,camera.x,IGNORE_ME | IGNORE_PASSABLE)!= 0)
{
vec_set(camera.x,target);
}
Das ist nicht sehr elegant, aber entfernt das lästige in Wände schweben..

Re: 3rd person camera [Re: the_clown] #307176
01/27/10 16:38
01/27/10 16:38
Joined: Apr 2009
Posts: 161
austria
L
littlejacky Offline OP
Member
littlejacky  Offline OP
Member
L

Joined: Apr 2009
Posts: 161
austria
Danke!
Ich dachte nicht dass es so "einfach" ist.


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