-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged together terrain lighting code so it works the same for lowress fallback and virtual sample. Normals are calculated in the domain shader instead of relying on base mesh normals. Fix order of operations, page clear now happens after the prepass and the page status copy to readback. Removed the screen space resolve shader and passes. Added a bunch of extra markers to the terrain code so it's clearer what's going on when debugging. Failing to load biome textures reverts to using the system textures for albedo, normals and materials.
- Loading branch information
1 parent
9849b9b
commit f967ef3
Showing
3 changed files
with
100 additions
and
295 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.