About Store Forum Documentation Contact



Post Reply 
[Resolved]Weapon problem
Author Message
Ogniok Offline
Member

Post: #1
[Resolved]Weapon problem
Hi!

I have a problem with weapon in my project. I used a code and 3D models from Bloody Massacre. Weapon has right position when player is staying. If he is moving, it looks weird. Like weapon is rendering with matrix from previous frame.

I recorded my screen but it's lagging ;/:




Here are some screens:

Player not moving:
[Image: XWGhq.png]

Player moving backward:
[Image: 6UBJN.png]

Player moving right:
[Image: BGcmL.png]

In Bloody Massacre I don't have that problem ;/
(This post was last modified: 12-04-2011 08:27 PM by Ogniok.)
12-01-2011 08:58 PM
Find all posts by this user Quote this message in a reply
Ogniok Offline
Member

Post: #2
RE: Weapon problem
Resolved.

super::update(); was after the inv.update();

That was the problem.
12-04-2011 08:26 PM
Find all posts by this user Quote this message in a reply
Post Reply