About Store Forum Documentation Contact



Post Reply 
Is Pilot camera (multiplayer racing demo) hard to implement?
Author Message
nuummuun Offline
Member

Post: #1
Is Pilot camera (multiplayer racing demo) hard to implement?
Hello,

Is Pilot camera (multiplayer racing demo) hard to implement?

Trying for a long time with no success.
Very hard.

My last desperate attempt was to attach the warrior to the chassis
and try to use
C OrientP &head=Players[0].cskel.getPoint(8"head");
Cam.setPosDir(head.pos, head.dir, head.perp);
(First Person Camera)

No success either.
Any ideas ?

Thanks in advance.
Excuse my bad English.

Paulo
Rio - Brazil
04-06-2014 04:02 PM
Find all posts by this user Quote this message in a reply
AndrewBGS Offline
Member

Post: #2
RE: Is Pilot camera (multiplayer racing demo) hard to implement?
You can create a Slot where you want the camera to be placed, and use that slot and that orientation for the camera.
04-06-2014 04:19 PM
Find all posts by this user Quote this message in a reply
nuummuun Offline
Member

Post: #3
RE: Is Pilot camera (multiplayer racing demo) hard to implement?
Thanks AndrewBGS.

I will try this.
04-06-2014 04:59 PM
Find all posts by this user Quote this message in a reply
Post Reply