Author: fast Date: 2011-07-19 12:59:17 -0700 (Tue, 19 Jul 2011) New Revision: 159 - (https://svn.ict.usc.edu/vh_public/changeset/159) Log: bonebus - merging changes from VH repository r10557, r10560, r10562, r10563
r10557 bonebus- increased the minimum size of the packet that bonebus sends out from 1024 to 2048. This benefits poor connections (like wireless) r10560 bonebus - (priti) added new mappings for the following visemes: open ShCh PBM FV wide tBack tRoof tteeth r10562 bonebus - moving BONEBUS_PACKET_SIZE out of the header r10563 bonebus - (ashapiro) improvements to bonebus: 1) SmartBody will remove the bonebus characters if too many socket errors are found (this will avoid the continuous dump of 'socket error' messages when you disconnect a renderer) 2) Added a command to SmartBody to startup the bonebus to a renderer whose process was started after the SmartBody process was started (this will allow you to start the renderer or SmartBody in any order) 3) Added addition TCP command to update the actor information (this will allow any renderer that connects to SmartBody after the SBM process has been started to get the 'character create' functions) 4) Added a local time to each bulkboneXXX command. The renderer would first check to see if the time of the incoming bone position/rotation command is at a later time than the last one written (because the order of such information is not guaranteed over the network). In other words, if you've already set the rotation of the head at time 10, a message to set the rotation of the head at time 9 would be ignored. This prevents some pops due to out-of-order bone positioning. Modified: trunk/lib/bonebus/include/bonebus-c.h trunk/lib/bonebus/include/bonebus.h trunk/lib/bonebus/src/bonebus-c.cpp trunk/lib/bonebus/src/bonebus.cpp ------------------------------------------------------------------------------ Magic Quadrant for Content-Aware Data Loss Prevention Research study explores the data loss prevention market. Includes in-depth analysis on the changes within the DLP market, and the criteria used to evaluate the strengths and weaknesses of these DLP solutions. http://www.accelacomm.com/jaw/sfnl/114/51385063/ _______________________________________________ Smartbody-svn mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/smartbody-svn
