Revision: 2294
          http://smartbody.svn.sourceforge.net/smartbody/?rev=2294&view=rev
Author:   fengww
Date:     2011-07-22 18:54:02 +0000 (Fri, 22 Jul 2011)

Log Message:
-----------
Add capsule bounding volumes for character joints. 
Usage : 
char $charName collider build  ( procedurally build the bounding capsules for 
all joints )
char $charName collider joint $jointName len $length width $size ( setting the 
capsule length and size for a specific joint )

Disable colgeo for collision detection since they are relatively slow. Instead, 
we can setup and fine-tune the size for each capsule bounding volume in the 
character init scripts and achieve similar accuracy.

Modified Paths:
--------------
    trunk/core/smartbody/sbm/src/RootWindow.cxx
    trunk/core/smartbody/sbm/src/RootWindow.h
    trunk/core/smartbody/sbm/src/fltk_viewer.cpp
    trunk/core/smartbody/sbm/src/fltk_viewer.h
    trunk/core/smartbody/smartbody-lib/src/sbm/Physics/SbmColObject.cpp
    trunk/core/smartbody/smartbody-lib/src/sbm/Physics/SbmColObject.h
    trunk/core/smartbody/smartbody-lib/src/sbm/Physics/SbmPhysicsSim.h
    trunk/core/smartbody/smartbody-lib/src/sbm/sbm_character.cpp
    trunk/core/smartbody/smartbody-lib/src/sbm/sbm_character.hpp


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

------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Smartbody-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/smartbody-svn

Reply via email to