Commit Graph

22 Commits

Author SHA1 Message Date
Davy Hélard ad26cdbda8 Update all addon sources 2026-08-12 16:05:31 +02:00
Davy Hélard 5d9747e0ea Upgrade to Three.js 0.185.1 2026-08-12 16:05:31 +02:00
Davy Hélard 17ff58398e Upgrade to Three.js 0.181.0 2026-08-12 16:05:30 +02:00
Davy Hélard d6c0ca59c4 Upgrade to Three.js 0.180.0 2026-08-12 16:05:30 +02:00
Davy Hélard 8d13c43166 Upgrade to Three.js 0.177.0 2026-08-12 16:05:29 +02:00
Davy Hélard ac1ba7f2c8 Upgrade to Three.js 0.176.0 2026-08-12 16:05:29 +02:00
Davy Hélard fda9c7a085 Upgrade to Three.js 0.175.0 2026-08-12 16:05:29 +02:00
Davy Hélard 180dde04b6 Upgrade to Three.js 0.174.0 2026-08-12 16:05:28 +02:00
Davy Hélard 175e0ac304 Upgrade to Three.js 0.169.0 2026-08-12 16:05:28 +02:00
Davy Hélard c83175e6d9 Upgrade to Three.js 0.168.0 2026-08-12 16:05:28 +02:00
Davy Hélard f147afdee3 Upgrade to Three.js 0.167.0 2026-08-12 16:05:27 +02:00
Davy Hélard 7556d5507c Upgrade to Three.js 0.165.0 2026-08-12 16:05:26 +02:00
Davy Hélard ca5b4cd5ee Upgrade to Three.js 0.164.0 2026-08-12 16:05:26 +02:00
Davy Hélard 7d0a45e90b Upgrade to Three.js 0.162.0 2026-08-12 16:05:26 +02:00
Davy Hélard ceb3ca45db Upgrade to Three.js 0.161.0 2026-08-12 16:05:25 +02:00
Davy Hélard 2a5010259a Build Three.js as UMD 2026-08-12 16:05:25 +02:00
Florian Rival bc1776c59e Build Three.js as a classic global-script bundle in SharedLibs/ThreeAddons (#8804)
Only show in developer changelog
2026-07-06 17:25:17 +02:00
Florian Rival 3846a1553b Experimental in-game editor (#7974)
Co-authored-by: Davy Hélard <davy.helard@gmail.com>

Don't show in changelog
2025-11-11 18:22:37 +01:00
D8H 901f84daaa Add bloom and color effects for 3D layers (#6228)
- Add 3D Effects for color adjustment and bloom.
- A lower quality anti-aliasing is used when post-processing is enable (SMAA instead of MSAA).
- Upgrade to Three.js 0.160.0.
2024-02-16 14:12:46 +01:00
D8H 3bee88c6cd Handle 3D models compressed with Draco (#5390) 2023-06-09 17:49:46 +02:00
D8H 6858e0fb59 Render 3D in linear color space, upgrade to Three.js 1.152.0 (#5360)
* 3D model objects will look brighter. Light intensity may need to be reduced.
2023-06-06 12:28:46 +02:00
AlexandreS cf374737fc Add support for built-in 3D games (#5285)
* This provides new 3D objects: 3D Box (perfect to create walls, floors, or billboards) and 3D Model (to import objects created in a 3D modeling app).
* 2D and 3D can be mixed in a same game. Each layer of a game can contain 2D objects, 3D objects or a mix of both.
* This allows to build 2D games, 2.5D games and full 3D games: platformers, racing games, FPS, hyper casual games. It's easy to start adding 3D objects to an existing 2D game.
* You can set up a light by adding an ambient light and/or directional light in the effects of a 3D layer. 3D objects can be configured to react to light or ignore it.
* In the future, support for 3D objects will be improved: light objects, animations, etc...
2023-05-16 17:37:49 +02:00