Skip to content

Releases: Doodle3D/Doodle3D-Core

0.21.0

25 Jun 10:14
Compare
Choose a tag to compare

Fixed

  • Drag & Drop

Changed

  • Rename d3sketch file to doodle3d

0.20.0

29 May 13:06
Compare
Choose a tag to compare

Changed

  • Set drag Threshold to 0

Fixed

  • Wait for assets to be loaded in create scene data

0.19.1

05 Apr 09:43
Compare
Choose a tag to compare
update version

0.19.0

28 Mar 15:03
Compare
Choose a tag to compare

Fixed

  • Open sketch is now an undoable

Changed

  • Changing tools is now an undoable
  • Add hotkeys
    • s for TRANSFORM TOOL
    • e for ERASER TOOL
    • c for CIRCLE TOOL
    • l for POLYGON TOOL

0.18.1

21 Feb 14:01
Compare
Choose a tag to compare

Fixed

  • Load fonts before opening app

0.18.0

15 Feb 11:46
Compare
Choose a tag to compare

Added

  • Render support for anaglyph rendering (doesn't work that well for doodles)
  • Added favicon to html

Changed

  • Better error handling in export model generation
  • Removed popup for text input, added in canvas text editing
  • Added Fonts (from Google Fonts)
    • OSWALD
    • RANGA
    • JOTI_ONE
    • BELLEFAIR
    • LOBSTER
    • ABRIL_FATFACE
    • PLAY
    • FASCINATE
  • Improved hit area of text (changed from each letter being the hitarea to a square around the text as a hitarea)
  • Updated file format
    • Removed image guides from file format
    • Don't stringify data inside json object

Fixed

  • Empty text objects are removed
  • Normalize mouse wheel (scrolling should now have the same effect in all browsers)

Performance

  • Group overapping holes and apply boolean operation seperatly with each group

0.17.6

19 Dec 13:49
Compare
Choose a tag to compare

Changed

  • moved generate thumb function from src/utils/exportUtils.js to src/utils/generateThumb.js
  • all export material objects have their own material
  • reduce num of points in circle

0.17.5

14 Dec 13:20
Compare
Choose a tag to compare

Fixed

  • All 3d shapes were constructed each time due to invalid need update check
  • Properly remove event listener on when app component is unloaded
  • 2D render order after selection
  • Pen snapping
  • Generating stl with holes

Added

  • Keyboad shortcuts

0.17.4

12 Dec 12:20
Compare
Choose a tag to compare

Fixed

  • Winding order of 3D shapes
  • Hole material now produces solid shapes

Changed

  • Color hexes

Removed

  • Api Index file in each folder

0.17.3

11 Dec 11:54
Compare
Choose a tag to compare

Fixed

  • Num of circle segments