About Store Forum Documentation Contact



Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Set camera angle
Post: RE: Set camera angle

this is code for player: bool update() { if(action) { if(Kb.b(KB_W) || Kb.b(KB_S) || Kb.b(KB_A) || Kb.b(KB_D) || Kb.b(KB_Q) || Kb.b(KB_E))actionBreak(); } if(!a...
akkel Beginner Questions 12 8,123 11-09-2013, 04:53 PM
  Thread: Set camera angle
Post: RE: Set camera angle

i mean that if you are turning camera to ~340-360 degrees game just freezing, same if you trying look top.
akkel Beginner Questions 12 8,123 11-09-2013, 04:15 PM
  Thread: Set camera angle
Post: RE: Set camera angle

I fixed collision, my capsule collider was in wrong scale. but i still cant fix game stoping.
akkel Beginner Questions 12 8,123 11-09-2013, 08:40 AM
  Thread: Set camera angle
Post: RE: Set camera angle

Thanks,its really helps,but i still have some problems: -I created Player object with capsule collision, but collision not always working,i mean that character falling through terrain. -for camera i u...
akkel Beginner Questions 12 8,123 11-08-2013, 11:50 PM
  Thread: Set camera angle
Post: RE: Set camera angle

In tutorial camera is attached to the head bone of character. But i want to know how to manualy set angle of camera?
akkel Beginner Questions 12 8,123 11-08-2013, 11:05 PM
  Thread: Set camera angle
Post: RE: Set camera angle

yeah,i'm trying to create fps controller, and i need to set angles, i looked tutorials and i found function Cam.setAngle() but i dont understand how to use it
akkel Beginner Questions 12 8,123 11-08-2013, 07:13 PM
  Thread: Set camera angle
Post: Set camera angle

Hi,how i can set camera angles?
akkel Beginner Questions 12 8,123 11-08-2013, 05:50 PM