Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@theogiraudet theogiraudet released this 07 May 14:14
· 18 commits to master since this release

Changelog

Additions and improvements

Renderer features

  • Manage animated textures (#16)
  • Display Wireframe if a model or a face doesn't have a texture (#25)
  • Display default model if model doesn't exist or if server isn't accessible (#23)

UI features

  • Redesign of the UI
  • Add rotation animation
  • Add input to enable/disable axes
  • Add input to enable/disable grid
  • Add input to enable/disable block frame
  • Add input to enable/disable rotation animation
  • Add input to enable/disable texture animation
  • Add credits
  • Improve auto-completion suggestions:
    • suggest only ID with a word (separated by underscores) inside starting by the input text
    • sorting by Levenshtein distance (#17)
  • Improve auto-completion behaviors with hotkeys (#21)
  • Opening the sidebar moves the canvas so that the block remains centered (#22)

Bug fixes

Renderer

  • UV mapping of the texture on a block face was wrong (#1, #2, #3)
  • Sometime, Minecraft texture axes (origin on top-left) and ThreeJS texture axes (origin on bottom-left) were confused (#27, #28)
  • In some cases, more than one model could be loaded (#20)
  • The axes disappear when the model has been changed (#8)