This commit is contained in:
2025-04-29 13:39:02 -05:00
commit 9cbb583982
2257 changed files with 77258 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{
"format" : "rgb888",
"clampuvs" : true
}

View File

@@ -0,0 +1,4 @@
{
"format" : "rgb888",
"clampuvs" : true
}

View File

@@ -0,0 +1,4 @@
{
"format" : "rgb888",
"clampuvs" : true
}

View File

@@ -0,0 +1,4 @@
{
"format" : "rgb888",
"clampuvs" : true
}

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"
}

View File

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

View File

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

View File

@@ -0,0 +1,12 @@
{
"passes": [{
"shader": "font",
"blending": "translucent",
"depthtest": "disabled",
"depthwrite": "disabled",
"cullmode" : "nocull",
"combos" : {
"COLORFONT" : 1
}
}]
}

View File

@@ -0,0 +1,12 @@
{
"passes": [{
"shader": "font",
"blending": "translucent",
"depthtest": "enabled",
"depthwrite": "enabled",
"cullmode" : "nocull",
"combos" : {
"COLORFONT" : 1
}
}]
}

View File

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

View File

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

View File

@@ -0,0 +1,6 @@
{
"clampuvs" : true,
"format" : "r8",
"nonpoweroftwo" : true,
"nomip":true
}

View File

@@ -0,0 +1,6 @@
{
"clampuvs" : true,
"format" : "r8",
"nonpoweroftwo" : true,
"nomip":true
}

View File

@@ -0,0 +1,6 @@
{
"clampuvs" : true,
"format" : "rgba8888",
"nonpoweroftwo" : true,
"nomip":true
}

View File

@@ -0,0 +1,6 @@
{
"clampuvs" : true,
"format" : "rgba8888",
"nonpoweroftwo" : true,
"nomip":true
}

View File

@@ -0,0 +1,6 @@
{
"clampuvs" : true,
"format" : "rgba8888",
"nonpoweroftwo" : true,
"nomip":true
}

View File

@@ -0,0 +1,6 @@
{
"clampuvs" : true,
"format" : "rgba8888",
"nonpoweroftwo" : true,
"nomip":true
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,6 @@
{
"clampuvs" : true,
"format" : "rgba8888",
"nonpoweroftwo" : true,
"nomip":true
}

View File

@@ -0,0 +1,6 @@
{
"clampuvs" : true,
"format" : "rgba8888",
"nonpoweroftwo" : true,
"nomip":true
}

View File

@@ -0,0 +1,6 @@
{
"clampuvs" : true,
"format" : "rgba8888",
"nonpoweroftwo" : true,
"nomip":true
}

View File

@@ -0,0 +1,6 @@
{
"clampuvs" : true,
"format" : "rgba8888",
"nonpoweroftwo" : true,
"nomip":true
}

View File

@@ -0,0 +1,6 @@
{
"clampuvs" : true,
"format" : "r8",
"nonpoweroftwo" : true,
"nomip":true
}

View File

@@ -0,0 +1,6 @@
{
"clampuvs" : true,
"format" : "r8",
"nonpoweroftwo" : true,
"nomip":true
}

View File

@@ -0,0 +1,19 @@
{
"passes" :
[
{
"combos" :
{
"VERSION" : 2,
"LIGHTING" : 0,
"REFLECTION" : 1
},
"constantshadervalues" : {
"reflectivity" : 0.8,
"roughness" : 0.15
},
"shader" : "generic3",
"textures" : [ "models/editor/camera" ]
}
]
}

View File

@@ -0,0 +1,14 @@
{
"clampuvs" : false,
"format" : "rgba8888",
"nonpoweroftwo" : true,
"spritesheetsequences" :
[
{
"duration" : 1,
"frames" : 16,
"height" : 256,
"width" : 256
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@@ -0,0 +1,14 @@
{
"clampuvs" : false,
"format" : "rgba8888",
"nonpoweroftwo" : true,
"spritesheetsequences" :
[
{
"duration" : 1,
"frames" : 36,
"height" : 170.666,
"width" : 170.6667
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

View File

@@ -0,0 +1,5 @@
{
"format" : "rg88",
"alphachannelpriority" : true,
"clampuvs" : true
}

View File

@@ -0,0 +1,5 @@
{
"format" : "rg88",
"alphachannelpriority" : true,
"clampuvs" : true
}

View File

@@ -0,0 +1,5 @@
{
"format" : "rg88",
"alphachannelpriority" : true,
"clampuvs" : true
}

View File

@@ -0,0 +1,5 @@
{
"format" : "rg88",
"alphachannelpriority" : true,
"clampuvs" : true
}

View File

@@ -0,0 +1,5 @@
{
"format" : "rg88",
"alphachannelpriority" : true,
"clampuvs" : false
}

View File

@@ -0,0 +1,14 @@
{
"clampuvs" : false,
"format" : "rgba8888",
"nonpoweroftwo" : true,
"spritesheetsequences" :
[
{
"duration" : 1,
"frames" : 30,
"height" : 102.4,
"width" : 85.334
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

View File

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

View File

@@ -0,0 +1,14 @@
{
"clampuvs" : false,
"format" : "rgba8888",
"nonpoweroftwo" : true,
"spritesheetsequences" :
[
{
"duration" : 1,
"frames" : 30,
"width" : 102.4,
"height" : 85.334
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

@@ -0,0 +1,14 @@
{
"clampuvs" : false,
"format" : "rgba8888",
"nonpoweroftwo" : true,
"spritesheetsequences" :
[
{
"duration" : 1,
"frames" : 64,
"height" : 128,
"width" : 128
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -0,0 +1,4 @@
{
"format" : "rgba8888",
"clampuvs" : true
}

View File

@@ -0,0 +1,14 @@
{
"clampuvs" : true,
"format" : "r8",
"nonpoweroftwo" : true,
"spritesheetsequences" :
[
{
"duration" : 1,
"frames" : 8,
"height" : 128,
"width" : 128
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Some files were not shown because too many files have changed in this diff Show More