Hey there,
I've been working on an action role-playing game for the last few months and I've suddenly been faced with a serious problem.
The way I handle adding additional meshes the character such as weapons and armour is to; load the mesh in, attach it to an IAnimatedSceneNode* and then add that scene node as a child of the appropriate bone of the character model. And this worked brilliantly, until the game grew in size and complexity.
The problem, specifically, is that now when character animations are being played the additional mesh is being drawn twice, creating a strange "ghosting" effect:
I have pretty much exhausted all my theories about why this could be happening. Have any of you experienced similar problems, and if so, did you manage to fix them? If I can't find a solution to this problem then it may be catastrophic to this project as a whole.
[Solved]Mesh "Ghosting"
[Solved]Mesh "Ghosting"
Last edited by Zeroth on Mon Sep 15, 2008 11:18 pm, edited 1 time in total.
-
- Posts: 368
- Joined: Tue Aug 21, 2007 1:43 am
- Location: The Middle of Nowhere
I compiled a new dll from the latest version from svn and configured VS to look for the new include and library directories, but then when I tried to run the game I got many errors from within Irrlicht itself.Dark_Kilauea wrote:Yes he does.
There was a bug with children of joints being drawn twice. The current trunk of svn has that fixed, along with several other bugs.