Added cascaded shadow mapping example
This commit is contained in:
parent
f4281096ea
commit
3c150e18f3
14 changed files with 1081 additions and 0 deletions
5
data/shaders/shadowmappingcascade/depthpass.frag
Normal file
5
data/shaders/shadowmappingcascade/depthpass.frag
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#version 450
|
||||
|
||||
void main()
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue