Skip to content

Releases: Dispenser-Projects/Lectern

v1.1.0

07 May 14:14
Compare
Choose a tag to compare

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)

v1.0.0

09 Jan 21:56
Compare
Choose a tag to compare

Changelog

  • Can (normally) load all Minecraft Block Models
  • Add a sidebar to control which block is displayed
  • Add a property file to modify server backend