nuummuun
Member
|
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 |
|
AndrewBGS
Member
|
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 |
|
nuummuun
Member
|
RE: Is Pilot camera (multiplayer racing demo) hard to implement?
Thanks AndrewBGS.
I will try this.
|
|
04-06-2014 04:59 PM |
|