Add a release note for scene types refactor

This commit is contained in:
atlas 2025-07-09 00:16:50 -04:00
parent 0ee937784e
commit 7b9d8d3405

View File

@ -0,0 +1,7 @@
---
title: Define scenes without depending on bevy_render
authors: ["@atlv24"]
pull_requests: [19997, 19991, 20000, 19949, 19943, 19953]
---
It is now possible to use cameras, lights, and meshes without depending on the Bevy renderer. This makes it possible for 3d party custom renderers to be drop-in replacements for rendering existing scenes.