Working on PBR system
Moved PBR material loading to example, right decision?
This commit is contained in:
parent
e8b65422c4
commit
76c6f0b1e6
6 changed files with 390 additions and 293 deletions
|
@ -8,10 +8,11 @@
|
|||
|
||||
#version 330
|
||||
|
||||
#define MAX_LIGHTS 4
|
||||
#define MAX_REFLECTION_LOD 4.0
|
||||
#define MAX_DEPTH_LAYER 20
|
||||
#define MIN_DEPTH_LAYER 10
|
||||
|
||||
#define MAX_LIGHTS 4
|
||||
#define LIGHT_DIRECTIONAL 0
|
||||
#define LIGHT_POINT 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue