Start structuring for shaders and perspectives
This commit is contained in:
parent
22dc732032
commit
3f5284679c
8 changed files with 82 additions and 6 deletions
18
shaders.txt
Normal file
18
shaders.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
shaders:
|
||||
- class: org.dynmap.hdmap.DefaultHDShader
|
||||
name: classic
|
||||
colorscheme: default
|
||||
|
||||
- class: org.dynmap.hdmap.DefaultHDShader
|
||||
name: night
|
||||
colorscheme: default
|
||||
ambientlight: 4
|
||||
shadowstrength: 1.0
|
||||
|
||||
- class: org.dynmap.hdmap.DefaultHDShader
|
||||
name: daynight
|
||||
colorscheme: default
|
||||
ambientlight: 4
|
||||
shadowstrength: 1.0
|
||||
night-and-day: true
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue