More fixes

This commit is contained in:
paulevsGitch 2020-10-08 20:14:20 +03:00
parent 29d8a7e39b
commit 83320b2df3
3 changed files with 29 additions and 1 deletions

View file

@ -0,0 +1,3 @@
{
"defaultMaterial": "betterend:noao"
}

View file

@ -0,0 +1,10 @@
{
"layers": [
{
"vertexSource": "canvas:shaders/material/default.vert",
"fragmentSource": "canvas:shaders/material/default.frag",
"disableAo": false,
"disableDiffuse": true
}
]
}