Implement TimeWarpBase.

-------------------------------------
This commit implements speeding up and slowing down examples. The
example can be influenced by the parameters. A separate example will be
added to show off the capabilities of the TimeWarpBase for other
examples. 

The walkers work quite well, a successful evolution was run over night
and reached a walker distance of 7.2m.
This commit is contained in:
Benelot
2016-09-16 09:49:18 +02:00
parent faada023be
commit f0f694145d
4 changed files with 926 additions and 13 deletions

View File

@@ -36,6 +36,8 @@ ADD_LIBRARY(BulletExampleBrowserLib
../Utils/b3Clock.h
../Utils/b3ResourcePath.cpp
../Utils/b3ResourcePath.h
../Utils/b3ERPCFMHelper.hpp
../Utils/b3ReferenceFrameHelper.hpp
${GwenGUISupport_SRCS}
${GwenGUISupport_HDRS}
@@ -131,7 +133,7 @@ SET(ExtendedTutorialsSources
)
SET(BulletExampleBrowser_SRCS
../CommonInterfaces/CommonTimeWarpBase.h #TODO: This is wrong here, where should it go?
../TinyRenderer/geometry.cpp
../TinyRenderer/model.cpp
../TinyRenderer/tgaimage.cpp