Releases: indiesoftby/defold-scene3d
Releases · indiesoftby/defold-scene3d
1.2.1
1.2.0
What's Changed
- The project simplified and upgraded to Defold 1.5.0.
- Added an example game:
blocksbuster
by @notbadgun - New math functions.
Full Changelog: 1.1.0...1.2.0
1.1.0 - Blob shadows
What's Added
- Blob shadows (implemented as 2D sprites).
- New scene:
shadows
to test blob shadows. - Simplex Noise 2D, 3D, 4D.
scene3d.is_quat
,scene3d.get_scale_to
functions.script_api
for native functions.- DefOS dependency + keys for toggling fullscreen (F11, Alt+Enter) + Alt+F4 for exit by @subsoap.
Plus other minor changes.
New Contributors
Full Changelog: 1.0.0...1.1.0
1.0.0 - Initial
The first release of Scene3D!