Revision: 5509
          http://sourceforge.net/p/smartbody/code/5509
Author:   fengww
Date:     2014-03-19 18:15:55 +0000 (Wed, 19 Mar 2014)
Log Message:
-----------
Some more fixes in Ogre renderer to render skin weights correctly.

Add initial implementation for skinning weight computation. The new method 
produces better skinning with less body shrinking artifacts. However, the 
method right now is slower than original method since it needs to smooth the 
skinning weights for the full mesh. 

The future plan for improving performance is to change the method to work fully 
in voxel space so it is resolution independent. For now, it is added as an 
option for computing auto-rigging.

Modified Paths:
--------------
    trunk/core/smartbody/sbgui/src/EmbeddedOgre.cpp
    trunk/core/smartbody/sbgui/src/FLTKListener.cpp
    trunk/core/smartbody/sbgui/src/FLTKOgreViewer.cpp
    trunk/core/smartbody/sbgui/src/RootWindow.cxx
    trunk/core/smartbody/sbgui/src/SBOgreListener.cpp
    trunk/core/smartbody/sbgui/src/autorig/SBAutoRigManager.cpp
    trunk/core/smartbody/sbgui/src/autorig/SBAutoRigManager.h
    trunk/core/smartbody/sbgui/src/autorig/VoxelizerWindow.cpp
    trunk/core/smartbody/sbgui/src/autorig/VoxelizerWindow.h
    trunk/core/smartbody/sbgui/src/fltk_viewer.cpp
    trunk/core/smartbody/sbgui/src/jointmapviewer/JointMapViewer.cpp
    trunk/core/smartbody/sbgui/src/jointmapviewer/RetargetStepWindow.cpp
    trunk/core/smartbody/sbgui/src/jointmapviewer/RetargetStepWindow.h

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Smartbody-svn mailing list
Smartbody-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/smartbody-svn

Reply via email to