Riccardo Balbo
a9afcecc41
Recognize .glsl files as glsllib.
6 years ago
Riccardo Balbo
e603845fa5
Fix forced colorspace in materials when a matparamtexture value is changed. + unit test
6 years ago
Lou H
1f3245b237
#1121-updateBound() call for PQTorus geometry updates ( #1122 )
...
* #1121-updateBound() call for PQTorus geometry updates
* World bounds test added for #1121
* World bounds test enhancements for #1121
* Updated test comment
6 years ago
Remy
8d3980bbe9
Refactor collection to set in anim composer ( #1076 )
...
* returns an unmodifiable set when retrieving the available animation names and available animation clips instead of an unmodifiable collection. fixes : #1070
* remove unnecessary set wrapper.
* Remove the unnecessary creation of a new hashset everytime getAnimClips() is called.
6 years ago
Stephen Gold
0bf931bf79
revert integration of PR #1071 which wasn't ready
6 years ago
Remy
ffa1df2aff
returns unmodifiable sets ( #1071 )
...
* returns an unmodifiable set when retrieving the available animation names and available animation clips instead of an unmodifiable collection. fixes : #1070
* remove unnecessary set wrapper.
6 years ago
James Adam
7c2a401c28
Add tests for com.jme3/scene.mesh.VirtualIndexBuffer
6 years ago
James Adam
fe03a9b6a3
Add tests for com.jme3.math.Vector3f
6 years ago
James Adam
eba9ef6d58
Add tests for com.jme3.math.FastMath
6 years ago
Ali-RS
dae85e1598
Removed unused imports. ( #1020 )
6 years ago
Ali-RS
9ded31cf1c
Added TestUserData. ( #1017 )
6 years ago
FennelFetish
254a5839c1
Added tests for traversal order when using SceneGraphVisitor.
6 years ago
Stephen Gold
c707785a34
test and fix for JME issue #957
6 years ago
Stephen Gold
68ea05eaa6
test and fix for JME issue #954 (null bounding volume)
6 years ago
Stephen Gold
025b27c96d
test cases and fix for issue #880
7 years ago
Stephen Gold
21425f81ef
more comment corrections in jme3-core: mostly spelling and grammar
7 years ago
Stephen Gold
2632c3227c
fix issue #749 : NPE in CollideIgnoreTransformTest
7 years ago
Stephen Gold
e4bfe8a80d
testcase & fix for issue #744 : collideWith() versus setIgnoreTransform()
7 years ago
Stephen Gold
adb52c5cc8
test and fix for issue #710 (phantom triangles in a mesh collision)
8 years ago
stophe
ebaad20f2f
Added a unit test and fixed indentation.
8 years ago
Nehon
b0ed053472
Fixed a cloning issue and some tests
8 years ago
Nehon
f2709858bb
Got rid of the sorting for Technique selection
8 years ago
Nehon
cb04548fd5
Techniques are now weighted and sorted depending on their LightMode and GLSL version
8 years ago
Kirill Vainer
a84c0eb25c
add 0/0.0 param case to material test
8 years ago
Kirill Vainer
68b34037f8
define 0/0.0 int/float values in shader
8 years ago
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
...
Conflicts:
jme3-core/src/main/java/com/jme3/scene/Spatial.java
9 years ago
Kirill Vainer
06b817e116
MPO: add javadoc
9 years ago
Kirill Vainer
8344994328
MPO: use List instead of ArrayList
...
Also rename get*Overrides to get*MatParamOverrides to be more specific.
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
...
add unit test for those methods
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
...
Conflicts:
jme3-core/src/main/java/com/jme3/scene/Node.java
jme3-core/src/main/java/com/jme3/scene/Spatial.java
9 years ago
Kirill Vainer
e8df94de1c
FastMathTest: ignore failing test (for now)
9 years ago
Kirill Vainer
6a47319dbb
DefineList: fix build error
...
Also add additional unit tests for DefineList.
9 years ago
Kirill Vainer
9d035f747a
Add the new material system
...
Also includes some unrelated tests
Conflicts:
jme3-core/src/main/java/com/jme3/renderer/RenderManager.java
jme3-core/src/main/java/com/jme3/renderer/opengl/GLRenderer.java
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