Skip to content

jse3d v3.0

Compare
Choose a tag to compare
@alyxandraio alyxandraio released this 19 Jul 12:33
· 51 commits to master since this release

jse3d v3.0

Changes:
-Adds support for importing Wavefront .obj models (.mtl support coming soon)
-Adds ObjModelDemo which demos loading an .obj model
-Moves Display fields to DisplayFields class
-Adds a render script that has two methods, one called before rendering and one called after
-Renames Line to Edge
-Improves Edge.equals(Object) method
-Renames top package from com.emeryferrari to com.alyxferrari