You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,23 @@
1
1
# shader-park-touchdesigner
2
2
Render Shader Park sculptures in TouchDesigner
3
3
### Getting Started 🎉
4
-
Working file available in the dist folder.
5
-
1) Unzip shader-park-core.zip and place the files inside the same folder as ```Shader Park TD.toe```
4
+
Working files are available in the dist folder.
5
+
1) Unzip shader-park-core.zip (Mac users right click on ```shader-park-td-macos``` click Open to give TD access to run the executable).
6
6
2) Open up Shader Park TD.toe and have fun.
7
+
3) Write your Shader Park code in a text DAT and attach it to the Shader_Park_Core component to render (note there are examples and a render network already set up for you to experiment with).
7
8
8
-
Write your Shader Park code in a txt file and attach it to the Shader_Park_Core component to render.
9
9
10
-
**Tested on MacOS + Windows with no node.js installed**
10
+
### Adding Uniforms / Inputs
11
+
If you use any input in your Shader Park code eg:
12
+
```javascript
13
+
let size =input();
14
+
```
15
+
You will need to add a uniform with the same name (in this case ```size```) to the Vectors tab of the pbr2GLSL1 GLSL MAT.
16
+
17
+
18
+
---
19
+
20
+
**This project has been tested on MacOS + Windows with no node.js installed**
11
21
For Windows this only run on Windows 8.1 and above.
0 commit comments