Activation function

This commit is contained in:
paulevsGitch 2021-01-22 22:35:11 +03:00
parent c9aacbff2b
commit 3e9195b20b
7 changed files with 38 additions and 4 deletions

View file

@ -2,7 +2,9 @@
"layers": [
{
"vertexSource": "canvas:shaders/material/default.vert",
"fragmentSource": "betterend:shaders/material/glow_green.frag"
"fragmentSource": "betterend:shaders/material/glow_green.frag",
"disableAo": true,
"disableDiffuse": true
}
]
}

View file

@ -9,6 +9,7 @@
"__comment": "Box1",
"from": [ 6, 0, 6 ],
"to": [ 10, 1, 10 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 0, 4, 4 ], "texture": "#texture" },
"up": { "uv": [ 0, 0, 4, 4 ], "texture": "#texture" },

View file

@ -10,6 +10,7 @@
"__comment": "Box1",
"from": [ 6, 15, 6 ],
"to": [ 10, 16, 10 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 0, 4, 4 ], "texture": "#rod" },
"up": { "uv": [ 0, 0, 4, 4 ], "texture": "#rod" },

View file

@ -19,6 +19,7 @@
"__comment": "Box3",
"from": [ 7, 3, 0 ],
"to": [ 9, 5, 3 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 8, 2, 11 ], "texture": "#texture" },
"up": { "uv": [ 0, 11, 2, 8 ], "texture": "#texture" },
@ -32,6 +33,7 @@
"__comment": "Box4",
"from": [ 3, 6, 1 ],
"to": [ 5, 9, 3 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 12, 2, 14 ], "texture": "#texture" },
"up": { "uv": [ 0, 12, 2, 14 ], "texture": "#texture" },
@ -45,6 +47,7 @@
"__comment": "Box4",
"from": [ 11, 6, 1 ],
"to": [ 13, 9, 3 ],
"shade": false,
"faces": {
"down": { "uv": [ 0, 12, 2, 14 ], "texture": "#texture" },
"up": { "uv": [ 0, 12, 2, 14 ], "texture": "#texture" },