Skip to content

Commit

Permalink
model editor tool, and auto resizing aabb
Browse files Browse the repository at this point in the history
  • Loading branch information
rpereira committed Jan 6, 2018
1 parent 4279d96 commit e034544
Show file tree
Hide file tree
Showing 17 changed files with 615 additions and 69 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ private void run() {

engine.loop();
} catch (Exception e) {
Logger.get().log(Logger.Level.ERROR, "That's unfortunate... VoxelEngine crashed.", e.getLocalizedMessage());
Logger.get().log(Logger.Level.ERROR,
"That's unfortunate... VoxelEngine crashed. Please send me the following crash report.");
Logger.get().log(Logger.Level.ERROR, e);
e.printStackTrace(Logger.get().getPrintStream());
String path = R.getResPath("models/tmp/" + System.currentTimeMillis());
try {
Logger.get().log(Logger.Level.ERROR, "Trying to save model", path);
Expand Down
Loading

0 comments on commit e034544

Please sign in to comment.