jse3d v1.5.6.1
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