Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: stage regression #91

Merged
merged 6 commits into from
Apr 9, 2024
Merged

fix: stage regression #91

merged 6 commits into from
Apr 9, 2024

Conversation

schell
Copy link
Owner

@schell schell commented Apr 5, 2024

After a long foray into SDFs and raymarching (which I've temporarily abandoned) the defacto Stage based forward rendering had broken. These changes fix that, and then some.

  • gltf is optional, again
  • Renderlet is the defacto rendering structure, Stage is the defacto "scene"
  • support for converting GLTF into Renderlets
  • fixed multiple bugs in crabslab (3 minor version bumps)

@schell schell merged commit a136ae9 into main Apr 9, 2024
1 check failed
@schell schell deleted the fix/stage-regression branch April 9, 2024 21:11
schell added a commit that referenced this pull request Dec 27, 2024
* WIP

* sandbox for debugging

* wip

* using Renderlet and renderlet_* shaders, fixed wrapping addition bug in crabslab

* can debug shaders with messages by writing into buffer, fixed tests in lib.rs

* clean up warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant