Commit Graph

36 Commits (adc7ad757e752c29526169e52319fc3063b4e778)

Author SHA1 Message Date
Nehon 7bd2feb416 Made a test for shaderNode based j3md loading 9 years ago
Kirill Vainer 8d4962d11f fix failing unit test 9 years ago
Kirill Vainer 97a53e0c99 material: add unit test 9 years ago
Kirill Vainer 5584ca9119 test: add missing test data 9 years ago
Kirill Vainer 8bd5b59a0e material: warn / ignore fixed function techniques 9 years ago
Kirill Vainer 2f26b34bd0 material: refer to default technique via constant 9 years ago
Kirill Vainer fbcfbc0484 test: add required file 9 years ago
Kirill Vainer e4f7916301 Material: allow multiple named techniques 9 years ago
Kirill Vainer 83259061d3 RM: add ability to force mat param 9 years ago
Kirill Vainer d0035b0bc6 test: fix syntax error 9 years ago
Kirill Vainer fc488be37b test: remove duplicate annotation 9 years ago
Kirill Vainer f72df167c0 MPO: make sure child overrides parent 9 years ago
Kirill Vainer f3414acc73 MPO: fix unit test 9 years ago
Kirill Vainer 85ffb48efb unit test: more descriptive failure message 9 years ago
Kirill Vainer c6c6b48bda MPO: clone MPOs instead of sharing references 9 years ago
Kirill Vainer 06b817e116 MPO: add javadoc 9 years ago
Kirill Vainer 8344994328 MPO: use List instead of ArrayList 9 years ago
Kirill Vainer 50658b8e53 MPO: add ability to disable an override 9 years ago
Kirill Vainer 5d2f2b19e6 spatial: fix bug in remove/clear MPO 9 years ago
Kirill Vainer 59614e177c MPO: implement overrides on uniforms and add test 9 years ago
Kirill Vainer 2b35f288c2 MPO: implement propagation and add test 9 years ago
Kirill Vainer e8df94de1c FastMathTest: ignore failing test (for now) 9 years ago
Kirill Vainer 6a47319dbb DefineList: fix build error 9 years ago
Kirill Vainer 9d035f747a Add the new material system 9 years ago
Daniel Johansson 9f9cb824cd Fixed an issue with J3MLoader thinking certain texture path patterns with new texture options still looked like old style and hence ignoring new options and getting the texture path wrong. 9 years ago
Dokthar 071ad5c618 light : fixed pointLight v. bounding sphere unit test 9 years ago
Dokthar 505aa23048 light : added unit tests for the new support of bounding spheres intersections (for lightFilter) 9 years ago
Kirill Vainer e4f3c06b1d ListMap: create unit test 9 years ago
Kirill Vainer d269839efb FastMath: faster nearestPowerOfTwo and unit test 9 years ago
Kirill Vainer f32d92ef30 bounding: add bound vs. spatial, also improve unit test 9 years ago
Kirill Vainer 81b5c48fb0 unit test: add unit tests for bounds and light filter / sort 9 years ago
Daniel Johansson d319a7c5d3 Added unit test for J3MLoader to cover the new texture parameters available in #295. Also fixed a couple of issues in the code to reduce logging that was not needed and removed redundant code. This update also updates junit to 4.12 and adds Mockito and Fest Assertions as test dependencies. 10 years ago
David Bernard a19246973c build: enable assertion for test and run (previously only test as assertionEnabled = true) 10 years ago
David Bernard f8a7117e0f fix a NPE and a ClassCastExcpetion on Cinematic.clear() 10 years ago