Created
October 22, 2010 18:39
-
-
Save andsve/641132 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| ["components"] = { | |
| ["Block_render_5"] = { | |
| ["output_type"] = "texture", | |
| ["type"] = "geometry", | |
| ["connections_in"] = { | |
| [1] = { | |
| ["input"] = 1, | |
| ["block"] = "Block_aux_1", | |
| ["type"] = "vec3constant", | |
| ["output"] = "output1", | |
| }, | |
| [2] = { | |
| ["input"] = 2, | |
| ["block"] = "Block_aux_2", | |
| ["type"] = "vec3constant", | |
| ["output"] = "output2", | |
| }, | |
| [3] = { | |
| ["input"] = 3, | |
| ["block"] = "Block_aux_3", | |
| ["type"] = "model", | |
| ["output"] = "output3", | |
| }, | |
| [4] = { | |
| ["input"] = 4, | |
| ["block"] = "Block_aux_4", | |
| ["type"] = "texture", | |
| ["output"] = "output4", | |
| }, | |
| }, | |
| ["group"] = "render", | |
| ["w"] = 170, | |
| ["y"] = 197, | |
| ["x"] = 336, | |
| ["id"] = "Block_render_5", | |
| ["modelfilepath"] = "", | |
| ["h"] = 60, | |
| ["inputs"] = 4, | |
| ["outputs"] = { | |
| [1] = "output5", | |
| }, | |
| }, | |
| ["Block_aux_1"] = { | |
| ["output_type"] = "vec3", | |
| ["type"] = "vec3constant", | |
| ["connections_in"] = { | |
| }, | |
| ["group"] = "aux", | |
| ["w"] = 200, | |
| ["y"] = 128, | |
| ["x"] = 39, | |
| ["id"] = "Block_aux_1", | |
| ["inputs"] = 0, | |
| ["h"] = 85, | |
| ["vals"] = { | |
| [1] = "100", | |
| [2] = "100", | |
| [3] = "100", | |
| }, | |
| ["outputs"] = { | |
| [1] = "output1", | |
| }, | |
| }, | |
| ["Block_postprocess_6"] = { | |
| ["output_type"] = "texture", | |
| ["type"] = "invert", | |
| ["connections_in"] = { | |
| [1] = { | |
| ["input"] = 1, | |
| ["block"] = "Block_render_5", | |
| ["type"] = "geometry", | |
| ["output"] = "output5", | |
| }, | |
| }, | |
| ["group"] = "postprocess", | |
| ["w"] = 184, | |
| ["y"] = 196, | |
| ["x"] = 530, | |
| ["slidervalue"] = 0.76363636363636, | |
| ["id"] = "Block_postprocess_6", | |
| ["h"] = 60, | |
| ["inputs"] = 1, | |
| ["outputs"] = { | |
| [1] = "output6", | |
| }, | |
| }, | |
| ["Block_aux_4"] = { | |
| ["output_type"] = "texture", | |
| ["type"] = "texture", | |
| ["connections_in"] = { | |
| }, | |
| ["group"] = "aux", | |
| ["w"] = 170, | |
| ["y"] = 469, | |
| ["x"] = 237, | |
| ["texturefilepath"] = "/Users/work/Documents/pxf-tech2/pxf-tech2/Projects/DERPRenderer/data/derptest.png", | |
| ["id"] = "Block_aux_4", | |
| ["h"] = 60, | |
| ["inputs"] = 0, | |
| ["outputs"] = { | |
| [1] = "output4", | |
| }, | |
| }, | |
| ["Block_aux_3"] = { | |
| ["output_type"] = "geometry", | |
| ["type"] = "model", | |
| ["connections_in"] = { | |
| }, | |
| ["group"] = "aux", | |
| ["w"] = 170, | |
| ["y"] = 443, | |
| ["x"] = 39, | |
| ["id"] = "Block_aux_3", | |
| ["modelfilepath"] = "/Users/work/Documents/pxf-tech2/pxf-tech2/Projects/DERPRenderer/data/teapot.ctm", | |
| ["h"] = 60, | |
| ["inputs"] = 0, | |
| ["outputs"] = { | |
| [1] = "output3", | |
| }, | |
| }, | |
| ["Block_aux_2"] = { | |
| ["output_type"] = "vec3", | |
| ["type"] = "vec3constant", | |
| ["connections_in"] = { | |
| }, | |
| ["group"] = "aux", | |
| ["w"] = 200, | |
| ["y"] = 286, | |
| ["x"] = 39, | |
| ["id"] = "Block_aux_2", | |
| ["inputs"] = 0, | |
| ["h"] = 85, | |
| ["vals"] = { | |
| [1] = "0", | |
| [2] = "0", | |
| [3] = "0", | |
| }, | |
| ["outputs"] = { | |
| [1] = "output2", | |
| }, | |
| }, | |
| ["Block_output_7"] = { | |
| ["output_type"] = "none", | |
| ["type"] = "simple", | |
| ["remoteport"] = 7005, | |
| ["connections_in"] = { | |
| [1] = { | |
| ["input"] = 1, | |
| ["block"] = "Block_postprocess_6", | |
| ["type"] = "invert", | |
| ["output"] = "output6", | |
| }, | |
| }, | |
| ["group"] = "output", | |
| ["w"] = 170, | |
| ["y"] = 198, | |
| ["x"] = 746, | |
| ["id"] = "Block_output_7", | |
| ["remotehost"] = "localhost", | |
| ["h"] = 100, | |
| ["inputs"] = 1, | |
| ["outputs"] = { | |
| }, | |
| }, | |
| }, | |
| ["active_components"] = { | |
| [1] = "Block_output_7", | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment