About Store Forum Documentation Contact



Post Reply 
Point before Character
Author Message
mar-ek1 Offline
Member

Post: #1
Point before Character
Hi, I must found point before character just like the picture below, but I don't know how. (Sorry for my english but I use a translator becouse my english is not as good).


Attached File(s) Image(s)
   
02-15-2010 09:45 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Point before Character
use chr.angle.x
Vec dir; SinCos(dir.z,dir.x,chr.angle.x + or - PI_2); dir.y=0;

chr.pos()+dir*radius
02-15-2010 03:26 PM
Find all posts by this user Quote this message in a reply
mar-ek1 Offline
Member

Post: #3
RE: Point before Character
Thanks
02-15-2010 06:12 PM
Find all posts by this user Quote this message in a reply
Post Reply