Commit Graph

9 Commits (82fdd86b9d66b199ac55678cfa0aee9803aad635)

Author SHA1 Message Date
javasabr 9578b0410e extended some things from shader node system. 7 years ago
Michael Braunstingl d39b780fa5 Added RenderState.BlendMode.Custom 9 years ago
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 9 years ago
Nehon 81053352ac initial and partial implementation of a j3md exporter with test 9 years ago
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) 9 years ago
Nehon 107123820b Fixed material exporting NPE when the additionalRenderState is null 9 years ago
Nehon e0ffff3af0 Better test for material loading, also ensured that the J3MExporter writes UTF-8 files 9 years ago
Nehon 5e6d2e8ca3 J3MExporter : allows to save Materials to j3m files. 9 years ago
Kirill Vainer ed2be5e542 FBX: new FBX importer (not yet enabled - old importer still used by default) 10 years ago