Releases: Doodle3D/Doodle3D-Core
Releases · Doodle3D/Doodle3D-Core
0.21.0
0.20.0
Changed
- Set drag Threshold to 0
Fixed
- Wait for assets to be loaded in create scene data
0.19.1
update version
0.19.0
Fixed
- Open sketch is now an undoable
Changed
- Changing tools is now an undoable
- Add hotkeys
s
for TRANSFORM TOOLe
for ERASER TOOLc
for CIRCLE TOOLl
for POLYGON TOOL
0.18.1
Fixed
- Load fonts before opening app
0.18.0
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
Changed
- moved generate thumb function from
src/utils/exportUtils.js
tosrc/utils/generateThumb.js
- all export material objects have their own material
- reduce num of points in circle
0.17.5
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
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
Fixed
- Num of circle segments