Render Scene to Image and Render Scene to Window render items in different order.

Steps causing the bug to occur

  1. Create some 3d objects
  2. Connect the 3d objects to Render Scene to Image → Render Scene to Window
  3. Connect the 3d objects also straight to another Render Scene to Window in the same order
  4. Run composition
  5. The rendering order is the opposite in the two windows. (item1 is the bottom layer on the Render Scene to Image. item1 is the top layer on Render Scene to Window)

How did the result differ from what you expected?

I expected the item order to be the same.

When did you first notice this bug?

0.4.9

Have you found a workaround?

Change the order of how you connect the items.

Other notes

  • Vuo version: 0.5.0
  • macOS version: Mac OS X 10.7

PNGLayers.vuo (5.01 KB)

Screenshot 2013-10-26 13.43.20.png

Screenshot 2013-10-26 13.44.35.png

Ah, the difference was because the Render Scene to Image node lacked a depth buffer. Fixed in 0.5.2 (coming next week).