Add the Zero-Day large-scene example - #25371
Open
stuartparmenter wants to merge 1 commit into
Open
Conversation
Beeple's "Zero-Day" sci-fi corridor (NVIDIA ORCA), path-traced with Bevy Solari. The scene has no punctual lights: approximately 10,000 emissive triangles give all of the light, which only a path tracer can resolve. The example plays the animation of the film and follows its camera, fakes the procedural emissive pulsing that no ORCA measure exports, and adds a HUD and a `B` benchmark over one flythrough loop. `--merge-animations` combines the thousands of per-object clips that the Blender exporter writes into one. `convert.py` re-exports an ORCA `.fbx` as one self-contained `.glb`: it builds the materials again from the ORCA naming convention, deletes the meshes that the FBX marks as hidden, and prepares the meshes for Solari. Comments and docs follow ASD-STE100 Simplified Technical English.
stuartparmenter
force-pushed
the
zero-day-example
branch
from
August 12, 2026 00:26
bd1dcb2 to
8de6d00
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objective
zero_dayas a Solari large-scene example for testing / demosSolution
Testing
This PR was built by me with the assistance of Claude Code w/ Fable 5