#!/usr/bin/avs -network version 5.0 (50.33 gs) module tracer.user.2 -xy 148,272 -ex $Path/avs_library/tracer module "compute shade.user.3" -xy 148,202 -ex $Path/avs_library/mongo module "Menger sponge.user.4" -xy 148,112 -ex /home/larryg/AVS/modules/menger module "image viewer.user.5" -xy 148,352 module "euler transformation.user.6" -xy 28,152 -ex $Path/avs_library/mongo port_connect tracer.user.2:0 "image viewer.user.5":0 port_connect "compute shade.user.3":0 tracer.user.2:0 port_connect "Menger sponge.user.4":0 "compute shade.user.3":0 port_connect "euler transformation.user.6":0 tracer.user.2:1 port_connect "euler transformation.user.6":0 "compute shade.user.3":2 parm_set tracer.user.2:perspective 0.4392980337 parm_set tracer.user.2:Width 128 parm_set tracer.user.2:Height 128 parm_set "compute shade.user.3":ambient 0.2248468399 parm_set "compute shade.user.3":"lt theta" 27.85685921 parm_set "compute shade.user.3":"lt off-ctr" -35.21020508 parm_set "Menger sponge.user.4":levels 3 parm_set "euler transformation.user.6":theta 29.06854248 parm_set "euler transformation.user.6":phi 42.487957 parm_set "euler transformation.user.6":rho 341.6245117 parm_set "euler transformation.user.6":scale 0.585278511 mod_image "image viewer.user.5" image_set_scene -scene "image viewer.user.5" image_set_view_size 690 274 492 492 image_set_view_transformation -tx 0.000000 -ty 0.000000 -sx 1.000000 -sy 1.000000 image_set_color 0.000000 0.000000 0.000000 image_create_image -image "tracer.user.2" image_set_image_transformation -image "tracer.user.2" -tx 0.000000 -ty 0.000000 -sx 2.937500 -sy 2.937500 image_set_visibility -image "tracer.user.2" 1 } shell "ui" shell panel Application -w app_panel -p ui -xy 0,0 -wh 260,1024 panel "Top Level Stack" -w master_stack -p Application -xy 2,100 -wh 256,670 panel tracer.user.2 -w panel -p "Top Level Stack" -xy 0,64 -wh 256,326 manipulator "tracer.user.2:alpha scale" -w dial -p tracer.user.2 \ -xy 10,10 -wh 90,130 manipulator tracer.user.2:perspective -w dial -p tracer.user.2 \ -xy 100,10 -wh 90,130 manipulator tracer.user.2:Width -w typein_integer -p tracer.user.2 \ -xy 10,140 -wh 118,22 manipulator tracer.user.2:Height -w typein_integer -p tracer.user.2 \ -xy 10,162 -wh 118,22 manipulator tracer.user.2:interpolate -w toggle -p tracer.user.2 \ -xy 10,184 -wh 118,22 manipulator "tracer.user.2:Performance Stats" -w textblock -p tracer.user.2 \ -xy 10,206 -wh 236,110 panel "compute shade.user.3" -w panel -p "Top Level Stack" \ -xy 0,130 -wh 200,540 manipulator "compute shade.user.3:ambient" -w dial -p "compute shade.user.3" \ -xy 10,10 -wh 90,130 manipulator "compute shade.user.3:diffuse" -w dial -p "compute shade.user.3" \ -xy 100,10 -wh 90,130 manipulator "compute shade.user.3:specular" -w dial -p "compute shade.user.3" \ -xy 10,140 -wh 90,130 manipulator "compute shade.user.3:gloss" -w dial -p "compute shade.user.3" \ -xy 100,140 -wh 90,130 manipulator "compute shade.user.3:lt theta" -w dial -p "compute shade.user.3" \ -xy 10,270 -wh 90,130 manipulator "compute shade.user.3:lt off-ctr" -w dial -p "compute shade.user.3" \ -xy 100,270 -wh 90,130 manipulator "compute shade.user.3:2D height" -w dial -p "compute shade.user.3" -hide \ -xy 10,400 -wh 90,130 panel "Menger sponge.user.4" -w panel -p "Top Level Stack" \ -xy 0,108 -wh 256,74 manipulator "Menger sponge.user.4:flip" -w toggle -p "Menger sponge.user.4" \ -xy 10,10 -wh 118,22 manipulator "Menger sponge.user.4:levels" -w islider -p "Menger sponge.user.4" \ -xy 10,32 -wh 236,32 panel "euler transformation.user.6" -w panel -p "Top Level Stack" \ -xy 0,130 -wh 200,280 manipulator "euler transformation.user.6:theta" -w dial -p "euler transformation.user.6" \ -xy 10,10 -wh 90,130 manipulator "euler transformation.user.6:phi" -w dial -p "euler transformation.user.6" \ -xy 100,10 -wh 90,130 manipulator "euler transformation.user.6:rho" -w dial -p "euler transformation.user.6" \ -xy 10,140 -wh 90,130 manipulator "euler transformation.user.6:scale" -w dial -p "euler transformation.user.6" \ -xy 100,140 -wh 90,130 panel "image viewer.user.5!image" -w container -p ui -xy 670,294 -wh 532,564\ -P zoom_coords string "0 0 0 0 0 <$NULL> 0 0 0 0" manipulator "image viewer.user.5":"Update Always" -w none manipulator "image viewer.user.5":"Update Image" -w none # End of file