yes
This commit is contained in:
9
modules/wallpaper-engine/materials/editor/brush.json
Normal file
9
modules/wallpaper-engine/materials/editor/brush.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"passes": [{
|
||||
"shader": "brushinvert",
|
||||
"blending": "normal",
|
||||
"depthtest": "disabled",
|
||||
"depthwrite": "disabled",
|
||||
"textures": ["_rt_FullFrameBuffer"]
|
||||
}]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"passes": [{
|
||||
"shader": "brushpreview",
|
||||
"blending": "translucent",
|
||||
"depthtest": "disabled",
|
||||
"depthwrite": "disabled"
|
||||
}]
|
||||
}
|
||||
5
modules/wallpaper-engine/materials/editor/grid.json
Normal file
5
modules/wallpaper-engine/materials/editor/grid.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"passes": [{
|
||||
"shader": "wireframe"
|
||||
}]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"passes": [{
|
||||
"shader": "editorsprite",
|
||||
"textures": ["editor/lightsprite"],
|
||||
"blending": "translucent",
|
||||
"cullmode" : "nocull"
|
||||
}]
|
||||
}
|
||||
BIN
modules/wallpaper-engine/materials/editor/lightsprite.tex
Normal file
BIN
modules/wallpaper-engine/materials/editor/lightsprite.tex
Normal file
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"format": "rgba8888"
|
||||
}
|
||||
9
modules/wallpaper-engine/materials/editor/maskdebug.json
Normal file
9
modules/wallpaper-engine/materials/editor/maskdebug.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"passes": [{
|
||||
"shader": "minimalalpha",
|
||||
"blending": "translucent",
|
||||
"depthtest": "disabled",
|
||||
"depthwrite": "disabled",
|
||||
"cullmode": "nocull"
|
||||
}]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"passes": [{
|
||||
"shader": "editor/meshviewportshading",
|
||||
"blending": "translucent",
|
||||
"depthtest": "disabled",
|
||||
"depthwrite": "disabled",
|
||||
"cullmode": "normal"
|
||||
}]
|
||||
}
|
||||
8
modules/wallpaper-engine/materials/editor/orthoaxis.json
Normal file
8
modules/wallpaper-engine/materials/editor/orthoaxis.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"passes": [{
|
||||
"shader": "wireframe",
|
||||
"depthtest": "disabled",
|
||||
"depthwrite": "disabled",
|
||||
"blending": "translucent"
|
||||
}]
|
||||
}
|
||||
8
modules/wallpaper-engine/materials/editor/orthogrid.json
Normal file
8
modules/wallpaper-engine/materials/editor/orthogrid.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"passes": [{
|
||||
"shader": "orthogrid",
|
||||
"depthtest": "disabled",
|
||||
"depthwrite": "disabled",
|
||||
"blending": "translucent"
|
||||
}]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"passes": [{
|
||||
"shader": "editorpaintbrush",
|
||||
"blending": "translucent",
|
||||
"depthtest": "disabled",
|
||||
"depthwrite": "disabled"
|
||||
}]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"passes": [{
|
||||
"shader": "editorpaintbrush",
|
||||
"blending": "translucent",
|
||||
"depthtest": "disabled",
|
||||
"depthwrite": "disabled",
|
||||
"combos": {
|
||||
"PINCH": 1
|
||||
}
|
||||
}]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"passes": [{
|
||||
"shader": "editorpaintbrush",
|
||||
"blending": "translucent",
|
||||
"depthtest": "disabled",
|
||||
"depthwrite": "disabled",
|
||||
"combos": {
|
||||
"BLUR": 1
|
||||
}
|
||||
}]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"passes": [{
|
||||
"shader": "editorpaintbrush",
|
||||
"blending": "translucent",
|
||||
"depthtest": "disabled",
|
||||
"depthwrite": "disabled",
|
||||
"combos": {
|
||||
"SPIN": 1
|
||||
}
|
||||
}]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"passes": [{
|
||||
"shader": "minimalalpha",
|
||||
"blending": "translucent",
|
||||
"depthtest": "disabled",
|
||||
"depthwrite": "disabled",
|
||||
"cullmode": "nocull"
|
||||
}]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"passes": [{
|
||||
"shader": "editorsprite",
|
||||
"textures": ["editor/soundsprite"],
|
||||
"blending": "translucent",
|
||||
"cullmode" : "nocull"
|
||||
}]
|
||||
}
|
||||
BIN
modules/wallpaper-engine/materials/editor/soundsprite.tex
Normal file
BIN
modules/wallpaper-engine/materials/editor/soundsprite.tex
Normal file
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"format": "rgba8888"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"passes": [{
|
||||
"shader": "editorsprite",
|
||||
"textures": ["editor/spotlightsprite"],
|
||||
"blending": "translucent",
|
||||
"cullmode" : "nocull"
|
||||
}]
|
||||
}
|
||||
BIN
modules/wallpaper-engine/materials/editor/spotlightsprite.tex
Normal file
BIN
modules/wallpaper-engine/materials/editor/spotlightsprite.tex
Normal file
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"format": "rgba8888"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"passes": [{
|
||||
"shader": "editorsprite",
|
||||
"textures": ["editor/sunlightsprite"],
|
||||
"blending": "translucent",
|
||||
"cullmode" : "nocull"
|
||||
}]
|
||||
}
|
||||
BIN
modules/wallpaper-engine/materials/editor/sunlightsprite.tex
Normal file
BIN
modules/wallpaper-engine/materials/editor/sunlightsprite.tex
Normal file
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"format": "rgba8888"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"passes": [{
|
||||
"shader": "editorsprite",
|
||||
"textures": ["editor/tubelightsprite"],
|
||||
"blending": "translucent",
|
||||
"cullmode" : "nocull"
|
||||
}]
|
||||
}
|
||||
BIN
modules/wallpaper-engine/materials/editor/tubelightsprite.tex
Normal file
BIN
modules/wallpaper-engine/materials/editor/tubelightsprite.tex
Normal file
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"format": "rgba8888"
|
||||
}
|
||||
Reference in New Issue
Block a user