On April 30, 2006 11:23 am, Jan Filip Tristan wrote:
> Hello,
> I wanted to make a small game but my Player ,if I don't do something, he
> drifts to the right. Now I can't find the bug in my game. Do you know why
> he drifts to the right?
>
> TIA

I don't know if you've solved this already, but the problem is with your 
raypicking.  The rays hit the character itself, which causes bad correction 
vectors to be applied.  Setting 'self.solid=0' on the character partially 
fixes the problem, but I expect you will have other problems related to 
raypicking.

-- 
-------------------------------------------------------
    C.R. Hahn <[EMAIL PROTECTED]>

PGP key ID: A702F4D6 [expires: 2008-01-01]
Key fingerprint = E774 63DB F71C 8D01 CFE0  B473 E705 99BE A702 F4D6

Why do you need PGP? - http://www.pgpi.org/doc/whypgp/en/

_______________________________________________
Soya-user mailing list
[email protected]
https://mail.gna.org/listinfo/soya-user

Reply via email to