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

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,8 @@
#ifndef TIME_SERIES_EXAMPLE_H
#define TIME_SERIES_EXAMPLE_H
class CommonExampleInterface* TimeSeriesCreateFunc(struct CommonExampleOptions& options);
#endif//TIME_SERIES_EXAMPLE_H