i can't see changes on window displaying a square when changing parameters

Steps causing the bug to occur

  1. make square vertices
  2. make 3d object
  3. transform
  4. shade with color
  5. render scene to window

How did the result differ from what you expected?

the image displayed on the window doesn’t change when affecting parameters in nodes…
for instance like the scale or the color in the shader.

i’ve seen some other compositions around and the workflow looks identical

Other notes

  • Vuo version: 0.7.0
  • macOS version: OS X 10.9

no

Screen Shot 2014-05-09 at 22.01.53.png

You need to connect a Fire Periodically node to the shade and transform nodes to get them to update the values.

Or Fire on Display Refresh

Thanks, @mnstri.