Revision: 6018 http://sourceforge.net/p/smartbody/code/6018 Author: fengww Date: 2015-03-25 19:22:52 +0000 (Wed, 25 Mar 2015) Log Message: ----------- Fixes for Android port : 1. Change to OpenGL ES 2.0 renderer to allow shader rendering. Integrate gl-wes wrapper to override original OpenGL API calls and render through a dedicate shader that emulates the original fixed pipeline rendering. Thus the original OpenGL 1.x rendering code remains mostly unchanged after upgrading to 2.0. 2. Add support for Blendshape texture blending in Android port. ( Need specific texture blending shader files. To be uploaded with other Android projects... ) 3. Fix VHMSG in Android, add additional support for BML speech command when going through VHMSG. 4. Some fixes in text-to-speech handling.
Modified Paths: -------------- trunk/core/smartbody/SmartBody/src/bml/bml_processor.cpp trunk/core/smartbody/SmartBody/src/bml/bml_speech.cpp trunk/core/smartbody/SmartBody/src/controllers/me_ct_examples.cpp trunk/core/smartbody/SmartBody/src/external/SOIL/SOIL.c trunk/core/smartbody/SmartBody/src/sb/SBPython.cpp trunk/core/smartbody/SmartBody/src/sb/SBPythonMath.cpp trunk/core/smartbody/SmartBody/src/sb/SBVHMsgManager.cpp trunk/core/smartbody/SmartBody/src/sb/SBVHMsgManager.h trunk/core/smartbody/SmartBody/src/sbm/GPU/SbmBlendFace.cpp trunk/core/smartbody/SmartBody/src/sbm/GPU/SbmBlendFace.h trunk/core/smartbody/SmartBody/src/sbm/GPU/SbmShader.cpp trunk/core/smartbody/SmartBody/src/sbm/GPU/SbmShader.h trunk/core/smartbody/SmartBody/src/sbm/GPU/SbmTexture.cpp trunk/core/smartbody/SmartBody/src/sbm/GPU/SbmTexture.h trunk/core/smartbody/SmartBody/src/sbm/mcontrol_callbacks.cpp trunk/core/smartbody/SmartBody/src/sbm/remote_speech.cpp trunk/core/smartbody/SmartBody/src/sbm/sbm_deformable_mesh.cpp trunk/core/smartbody/SmartBody/src/sbm/sbm_deformable_mesh.h trunk/core/smartbody/SmartBody/src/sr/sr_camera.cpp trunk/core/smartbody/SmartBody/src/sr/sr_gl.cpp trunk/core/smartbody/SmartBody/src/sr/sr_gl.h trunk/core/smartbody/SmartBody/src/sr/sr_gl_render_funcs.cpp trunk/core/smartbody/SmartBody/src/sr/sr_model.cpp trunk/core/smartbody/SmartBody/src/sr/sr_model_import_obj.cpp trunk/core/smartbody/SmartBody/src/sr/sr_sa_gl_render.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Smartbody-svn mailing list Smartbody-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/smartbody-svn