Skip to content

Commit

Permalink
🐛 fix: demo cartoon water
Browse files Browse the repository at this point in the history
  • Loading branch information
deepkolos committed Mar 11, 2024
1 parent 58cace8 commit e805e02
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
"exposed": true,
"expanded": true,
"outValue": {
"id": "/example/demo/demoCartoonWater/flowmap.png",
"id": "asset/flowmap.png",
"label": "flowmap.png"
}
},
Expand Down Expand Up @@ -837,7 +837,7 @@
"exposed": true,
"expanded": true,
"outValue": {
"id": "/example/demo/demoCartoonWater/noise.png",
"id": "asset/noise.png",
"label": "noise.png"
}
},
Expand Down Expand Up @@ -1099,7 +1099,7 @@
"exposed": true,
"expanded": true,
"outValue": {
"id": "/example/demo/demoCartoonWater/noise.png",
"id": "asset/noise.png",
"label": "noise.png"
}
},
Expand Down Expand Up @@ -2770,7 +2770,7 @@
"name": "FlowTexture",
"type": "texture2d",
"defalutValue": {
"id": "/example/demo/demoCartoonWater/flowmap.png",
"id": "asset/flowmap.png",
"label": "flowmap.png"
},
"exposed": true
Expand All @@ -2779,7 +2779,7 @@
"name": "FoamTexture",
"type": "texture2d",
"defalutValue": {
"id": "/example/demo/demoCartoonWater/noise.png",
"id": "asset/noise.png",
"label": "noise.png"
},
"exposed": true
Expand Down
14 changes: 0 additions & 14 deletions example/demo/demoCartoonWater/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion example/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import demoConstantBiasScaleSubGraph from './demo/demoConstantBiasScaleSubGraph.
import demoFlowMapSubGraph from './demo/demoFlowMapSubGraph.json';
import demoFlowMap from './demo/demoFlowMap.json';
import demoImageFlip from './demo/demoImageFlip.json';
import demoCartoonWater from './demo/demoCartoonWater';
import demoCartoonWater from './demo/demoCartoonWater.json';
import demoSkybox from './demo/demoSkybox.json';
import demoSummberDissolve from './demo/demoSummberDissolve.json';
import demoCustomMap from './demo/demoCustomMap.json';
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit e805e02

Please sign in to comment.