Nehon
|
8d01c5a26f
|
MatDef is not Savable anymore. Kind of reverted previous commit and implemented and very straight forward exporter for J3mds that doesn't use the Savable process of jme3 since it's designed to save the whole graph and not only subparts of it like materials and material defs. The API stays the same though
|
2016-05-10 13:06:04 +02:00 |
|
Nehon
|
81053352ac
|
initial and partial implementation of a j3md exporter with test
|
2016-05-09 17:08:32 +02:00 |
|
Nehon
|
493855bac9
|
LineWidth is now a RenderState parameter, One can change the lineWidth used to render a mesh wireframe or a mesh in Lines mode by using material.getAdditionalRenderState().setLineWidth(value)
|
2016-03-20 21:36:28 +01:00 |
|
Nehon
|
e0ffff3af0
|
Better test for material loading, also ensured that the J3MExporter writes UTF-8 files
|
2016-03-11 21:27:46 +01:00 |
|
Nehon
|
3245c9ac89
|
Silence test...anyway who does tests?
|
2016-03-11 18:58:53 +01:00 |
|
Nehon
|
d1e707feb0
|
Testing something so the Test can properly Test the Test I want it to Test
|
2016-03-11 18:36:53 +01:00 |
|
Nehon
|
bcea9bfe51
|
Better regex testing in TestMaterialWrite
|
2016-03-11 18:16:48 +01:00 |
|
Nehon
|
5e6d2e8ca3
|
J3MExporter : allows to save Materials to j3m files.
Added proper test in jme3-plugins
|
2016-03-11 17:45:29 +01:00 |
|