This commit is contained in:
2025-02-07 17:04:43 -06:00
parent 33fd7ddf72
commit 8eec81c7f4
2249 changed files with 75331 additions and 685 deletions

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "brushinvert",
"blending": "normal",
"depthtest": "disabled",
"depthwrite": "disabled",
"textures": ["_rt_FullFrameBuffer"]
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "brushpreview",
"blending": "translucent",
"depthtest": "disabled",
"depthwrite": "disabled"
}]
}

View File

@@ -0,0 +1,5 @@
{
"passes": [{
"shader": "wireframe"
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "editorsprite",
"textures": ["editor/lightsprite"],
"blending": "translucent",
"cullmode" : "nocull"
}]
}

View File

@@ -0,0 +1,3 @@
{
"format": "rgba8888"
}

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "minimalalpha",
"blending": "translucent",
"depthtest": "disabled",
"depthwrite": "disabled",
"cullmode": "nocull"
}]
}

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "editor/meshviewportshading",
"blending": "translucent",
"depthtest": "disabled",
"depthwrite": "disabled",
"cullmode": "normal"
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "wireframe",
"depthtest": "disabled",
"depthwrite": "disabled",
"blending": "translucent"
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "orthogrid",
"depthtest": "disabled",
"depthwrite": "disabled",
"blending": "translucent"
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "editorpaintbrush",
"blending": "translucent",
"depthtest": "disabled",
"depthwrite": "disabled"
}]
}

View File

@@ -0,0 +1,11 @@
{
"passes": [{
"shader": "editorpaintbrush",
"blending": "translucent",
"depthtest": "disabled",
"depthwrite": "disabled",
"combos": {
"PINCH": 1
}
}]
}

View File

@@ -0,0 +1,11 @@
{
"passes": [{
"shader": "editorpaintbrush",
"blending": "translucent",
"depthtest": "disabled",
"depthwrite": "disabled",
"combos": {
"BLUR": 1
}
}]
}

View File

@@ -0,0 +1,11 @@
{
"passes": [{
"shader": "editorpaintbrush",
"blending": "translucent",
"depthtest": "disabled",
"depthwrite": "disabled",
"combos": {
"SPIN": 1
}
}]
}

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "minimalalpha",
"blending": "translucent",
"depthtest": "disabled",
"depthwrite": "disabled",
"cullmode": "nocull"
}]
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "editorsprite",
"textures": ["editor/soundsprite"],
"blending": "translucent",
"cullmode" : "nocull"
}]
}

View File

@@ -0,0 +1,3 @@
{
"format": "rgba8888"
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "editorsprite",
"textures": ["editor/spotlightsprite"],
"blending": "translucent",
"cullmode" : "nocull"
}]
}

View File

@@ -0,0 +1,3 @@
{
"format": "rgba8888"
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "editorsprite",
"textures": ["editor/sunlightsprite"],
"blending": "translucent",
"cullmode" : "nocull"
}]
}

View File

@@ -0,0 +1,3 @@
{
"format": "rgba8888"
}

View File

@@ -0,0 +1,8 @@
{
"passes": [{
"shader": "editorsprite",
"textures": ["editor/tubelightsprite"],
"blending": "translucent",
"cullmode" : "nocull"
}]
}

View File

@@ -0,0 +1,3 @@
{
"format": "rgba8888"
}