Revision: 5821
          http://sourceforge.net/p/smartbody/code/5821
Author:   arishapiro
Date:     2014-08-29 20:47:30 +0000 (Fri, 29 Aug 2014)
Log Message:
-----------
More set driven key functionality:

r = SBSetDrivenKeyNode()
r.setRange(20)
x = r.getValue(10) # will return .5

or

r = SBSetDrivenKeySequenceNode()
r.setRange(20, 3)
x = r.getValue(10, 0) # gets the value of the first node at value 10 
x = r.getValue(10, 1) # gets the value of the second node at value 10 
x = r.getValue(10, 2) # gets the value of the third node at value 10 

Modified Paths:
--------------
    trunk/core/smartbody/SmartBody/src/sb/SBRigNode.cpp

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


------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Smartbody-svn mailing list
Smartbody-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/smartbody-svn

Reply via email to