Skip to content

Commit

Permalink
incomplete work to set up custom output buffers
Browse files Browse the repository at this point in the history
see #499
  • Loading branch information
t3kt committed Jun 29, 2021
1 parent 856c415 commit 7750e50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/operators/output/raymarchRender3D.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"meta": {
"opStatus": "default",
"opType": "raytk.operators.output.raymarchRender3D",
"opVersion": 90
"opVersion": 91
}
}
Binary file modified src/operators/output/raymarchRender3D.tox
Binary file not shown.
2 changes: 2 additions & 0 deletions src/operators/output/raymarchRender3D_outputBuffers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ objectIdOut Object Id OUTPUT_OBJECTID parent().par.Enableobjectidoutput parent(
debugOut Debug OUTPUT_DEBUG parent().par.Enabledebugoutput parent().path + '/render_glsl'
uvOut UV OUTPUT_UV parent().par.Enableuvoutput parent().path + '/render_glsl'
finalOut Final Output 1 parent().path + '/render_glsl'
customOut1 Custom 1 OUTPUT_CUSTOM_1 parent().par.Enablecustomoutput1 parent().path + '/render_glsl'
customOut2 Custom 2 OUTPUT_CUSTOM_2 parent().par.Enablecustomoutput2 parent().path + '/render_glsl'

0 comments on commit 7750e50

Please sign in to comment.