feat: More Lights! [flame_3d]#3250
Merged
luanpotter merged 7 commits intoflame_3dfrom Aug 15, 2024
Merged
Conversation
fc214a9 to
83cbafc
Compare
luanpotter
commented
Jul 29, 2024
5198e9c to
10ba5c4
Compare
10ba5c4 to
c580cd8
Compare
erickzanardo
approved these changes
Aug 8, 2024
Member
erickzanardo
left a comment
There was a problem hiding this comment.
Mostly some style nits, I wonder if our lint isn't configured?
I don't know much about 3D stuff, so I would advise additional review
e2fab7a to
f234751
Compare
Member
Author
That is a good q, let me make sure it is working as intended, at least locally. Maybe I just forgot to run it but pretty sure I did. This is very important to have setup. |
Member
Author
|
@erickzanardo yep I did run it locally: |
6150269 to
6a6fb51
Compare
6a6fb51 to
d5e3006
Compare
b55ba58 to
324f1b0
Compare
324f1b0 to
f7c0cb1
Compare
erickzanardo
approved these changes
Aug 14, 2024
wolfenrain
reviewed
Aug 15, 2024
wolfenrain
reviewed
Aug 15, 2024
wolfenrain
approved these changes
Aug 15, 2024
luanpotter
commented
Aug 15, 2024
luanpotter
commented
Aug 15, 2024
luanpotter
commented
Aug 15, 2024
Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
luanpotter
commented
Aug 15, 2024
luanpotter
added a commit
that referenced
this pull request
Aug 25, 2024
More Lights! More fun! I am still trying to get arrays to work (not even the fancy SSBOs, just plain fixed arrays). In the meanwhile this puts lights as separate objects. This supports: * point lights * ambient lights * colors * intensity  --------- Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
luanpotter
added a commit
that referenced
this pull request
Sep 11, 2024
More Lights! More fun! I am still trying to get arrays to work (not even the fancy SSBOs, just plain fixed arrays). In the meanwhile this puts lights as separate objects. This supports: * point lights * ambient lights * colors * intensity  --------- Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
luanpotter
added a commit
that referenced
this pull request
Oct 15, 2024
More Lights! More fun! I am still trying to get arrays to work (not even the fancy SSBOs, just plain fixed arrays). In the meanwhile this puts lights as separate objects. This supports: * point lights * ambient lights * colors * intensity  --------- Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
luanpotter
added a commit
that referenced
this pull request
Dec 11, 2024
More Lights! More fun! I am still trying to get arrays to work (not even the fancy SSBOs, just plain fixed arrays). In the meanwhile this puts lights as separate objects. This supports: * point lights * ambient lights * colors * intensity  --------- Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
luanpotter
added a commit
that referenced
this pull request
Dec 11, 2024
More Lights! More fun! I am still trying to get arrays to work (not even the fancy SSBOs, just plain fixed arrays). In the meanwhile this puts lights as separate objects. This supports: * point lights * ambient lights * colors * intensity  --------- Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
nickf2k
pushed a commit
to nickf2k/flame
that referenced
this pull request
Nov 16, 2025
More Lights! More fun! I am still trying to get arrays to work (not even the fancy SSBOs, just plain fixed arrays). In the meanwhile this puts lights as separate objects. This supports: * point lights * ambient lights * colors * intensity  --------- Co-authored-by: Jochum van der Ploeg <jochum@vdploeg.net>
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.

Description
More Lights! More fun!
I am still trying to get arrays to work (not even the fancy SSBOs, just plain fixed arrays).
In the meanwhile this puts lights as separate objects.
This supports:
Checklist
docsand added dartdoc comments with///.examplesordocs.Breaking Change?