Skip to content

jse3d v1.5.6.1

Compare
Choose a tag to compare
@alyxandraio alyxandraio released this 02 Jun 09:18
· 181 commits to master since this release

jse3d v1.5.6.1

Changes:
-Moves mouseDiff instantiation to Display constructor
-Removes unnecessary ObjectTemplates enumeration
-Object3D, Face, Line, Point3D, Triangle, and Scene now all implement the Serializable interface
-Object3DSerializer was renamed to JSE3DSerializer and now supports serializing Scene objects
-Fixes bug with FPS counter
-Adds method to get actual camera position, rather than simulated camera position
-Applies a temporary fix for a NullPointerException that occasionally occurred in face rendering

Known bugs:
-Faces disappear when approaching the edge of the screen
-Faces of individual Object3Ds are drawn in the correct order, but not in relation to other Object3Ds