Skip to content

Project 4 - Jiahang Mao - #35

Open
hazard-10 wants to merge 10 commits into
CIS5650-Fall-2024:mainfrom
hazard-10:main
Open

Project 4 - Jiahang Mao#35
hazard-10 wants to merge 10 commits into
CIS5650-Fall-2024:mainfrom
hazard-10:main

Conversation

@hazard-10

Copy link
Copy Markdown

Naive : Each fragment shader will access all the lights sources in the scene and compute their light contribution.
Forward Plus (F+) : Implemented with light clustering. We split the camera view space into 16x16x16 voxels, and therefore reducing the number of lights to check against at each draw call.
Clustered Deferred : We render the color and normal into G-Buffers, then fragment shader can compute the per-pixel light contribution.

used 1 late day

@hazard-10

Copy link
Copy Markdown
Author

Had to add additional files two days ago because I accidentally took off the website from github pages.

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