About Store Forum Documentation Contact



Post Reply 
angle on the character
Author Message
b1s Offline
Member

Post: #1
angle on the character
sorry if this has already been asked. i think the search function on the forums is working very badly..

but i was wondering about the character movement..
if i press two directions (w and d) together. the camera angle works strangely.
i would like to get rid of this turning?
11-09-2009 08:14 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: angle on the character
you should use customized 'up' vector for camera, not directly from head point

you can use something like this

Vec up=!(head_point.up + Vec(0,1,0)); this adjusts up vector towards up
11-09-2009 08:19 PM
Find all posts by this user Quote this message in a reply
b1s Offline
Member

Post: #3
RE: angle on the character
oh its the attachment to the head bone.
ok.. well that explains it.
11-09-2009 10:20 PM
Find all posts by this user Quote this message in a reply
Post Reply