godotengine / godot-demo-projects

Demonstration and Template Projects
https://godotengine.org
MIT License
5.48k stars 1.53k forks source link

Update demo files for Godot 4.2.1 #1013

Closed Calinou closed 5 months ago

Calinou commented 5 months ago

All demos were opened with Godot 4.2.1, with the mesh format upgraded for 3D demos.

The 3D antialiasing demo now uses Extra Cull Margin on the last object to prevent it from disappearing too early when the camera rotates (due to its use of shader-based animation).

This is a prerequisite for uploading demos to the asset library, then https://github.com/godotengine/godot-demo-projects/issues/868 can be worked on.