add very simple (rudimentary) time series graphing example

tweak camera near plane distance, less sensitive mouse wheel
This commit is contained in:
Erwin Coumans
2015-07-15 09:07:47 -07:00
parent 48f6484b3d
commit a6fa717dac
9 changed files with 1130 additions and 3 deletions

View File

@@ -34,6 +34,7 @@
#include "../SharedMemory/PhysicsServerExample.h"
#include "../SharedMemory/PhysicsClientExample.h"
#include "../Constraints/TestHingeTorque.h"
#include "../RenderingExamples/TimeSeriesExample.h"
#ifdef ENABLE_LUA
@@ -204,6 +205,7 @@ static ExampleEntry gDefaultExamples[]=
ExampleEntry(0,"Rendering"),
ExampleEntry(1,"Instanced Rendering", "Simple example of fast instanced rendering, only active when using OpenGL3+.",RenderInstancingCreateFunc),
ExampleEntry(1,"CoordinateSystemDemo","Show the axis and positive rotation direction around the axis.", CoordinateSystemCreateFunc),
ExampleEntry(1,"Time Series", "Render some value(s) in a 2D graph window, shifting to the left", TimeSeriesCreateFunc)
};