Bradley Austin Davis
|
3beb77694f
|
Cached shader binaries and uniform data for shaders
|
2018-05-24 12:42:33 -07:00 |
|
Brad Davis
|
1aba6e8fe1
|
Fix unit test compile issues
|
2018-05-17 15:34:57 -07:00 |
|
Brad Davis
|
6e16109fa4
|
Fix unit test compile failures and crashes
|
2018-05-09 13:20:47 -07:00 |
|
Anthony J. Thibault
|
470aa53454
|
AnimTest now passes
|
2018-02-28 17:12:57 -08:00 |
|
Anthony J. Thibault
|
f291ddae97
|
Animation unit tests now compile.
not all of them pass tho...
|
2018-02-28 15:55:08 -08:00 |
|
Anthony J. Thibault
|
df5afffc77
|
AnimUtil: prevent accumulateTime from looping forever
This might happen with large dts, large timeScales.
|
2016-03-21 11:58:13 -07:00 |
|
Andrew Meadows
|
df9ccf76ab
|
fix animation-tests
|
2016-03-11 14:47:47 -08:00 |
|
Anthony J. Thibault
|
ab85e2967a
|
AnimExpression: support for unary not.
|
2015-12-15 13:18:30 -08:00 |
|
Anthony J. Thibault
|
2b0ed55077
|
Merge branch 'master' into tony/anim-expressions
|
2015-12-15 10:35:19 -08:00 |
|
Anthony J. Thibault
|
99223d0a3c
|
AnimExpression: support for parsing simple expressions
supports parens, binary +, -, / and *.
/ and * have higher precedence then + and -
|
2015-12-03 15:02:00 -08:00 |
|
Anthony J. Thibault
|
4f836568ad
|
Tests to verify AnimPose decomposition is working.
|
2015-12-02 17:26:32 -08:00 |
|
Anthony J. Thibault
|
431a108c35
|
Bugfixes to expression for !!x expressions
Added stub eval methods. only boolean not, boolean and, boolean or and unary minus
are implemented.
|
2015-11-04 20:13:17 -08:00 |
|
Anthony J. Thibault
|
04d8a598da
|
First step toward evaluation
* added OpCodes
* added first parser rules
* removed mat4 support from AnimVariantMap
|
2015-11-04 16:56:34 -08:00 |
|
Anthony J. Thibault
|
32c40d37c0
|
Removed vec literals tokens and renamed int and float token types
|
2015-11-04 14:51:05 -08:00 |
|
Anthony J. Thibault
|
7f0fc4f6eb
|
Added limited floating point support
|
2015-11-04 14:51:05 -08:00 |
|
Anthony J. Thibault
|
340096d457
|
Initial version of AnimExpression class with minimal tokenizer
|
2015-11-04 14:51:05 -08:00 |
|
Anthony J. Thibault
|
15f3894001
|
AnimTests: added tests for accumulateTime
|
2015-10-19 15:49:53 -07:00 |
|
Anthony J. Thibault
|
8e7e94c501
|
AnimTests: now compile and pass again.
|
2015-10-19 15:49:51 -07:00 |
|
Howard Stearns
|
745872f914
|
More variants tests.
|
2015-09-09 15:45:23 -07:00 |
|
Howard Stearns
|
738da0116a
|
Simplify timer use.
|
2015-09-09 15:19:01 -07:00 |
|
Anthony J. Thibault
|
d13a188dde
|
Compile fixes and added test case to verify onDone and onLoop triggers
|
2015-09-02 10:31:45 -07:00 |
|
Anthony J. Thibault
|
4abf0cbd63
|
AnimVariantMap is used in eval, MyAvatar loads avatar.json via url
|
2015-08-25 20:28:17 -07:00 |
|
Anthony J. Thibault
|
496c706bba
|
Added AnimVariantMap argument to evaluate.
|
2015-08-25 11:59:24 -07:00 |
|
Anthony J. Thibault
|
62f86e6a46
|
Added AnimVariant, renamed AnimClipTests to AnimTests.
* Added test for AnimVariant.
|
2015-08-25 11:33:57 -07:00 |
|