Commit Graph

64 Commits (efc9c443de9c3c09f887dad3e62315f5acf95adb)

Author SHA1 Message Date
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 10 years ago
Dokthar 505aa23048 light : added unit tests for the new support of bounding spheres intersections (for lightFilter) 10 years ago
Kirill Vainer e4f3c06b1d ListMap: create unit test 10 years ago
Kirill Vainer d269839efb FastMath: faster nearestPowerOfTwo and unit test 10 years ago
Kirill Vainer f32d92ef30 bounding: add bound vs. spatial, also improve unit test 10 years ago
Kirill Vainer 81b5c48fb0 unit test: add unit tests for bounds and light filter / sort 10 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