Am 11.01.2010 um 12:43 schrieb IOhannes m zmoelnig:
Max wrote:
hi list,
how does the render order in stereo (red/green) mode behave? it seems the green channel is rendered after everything else. is that right?
look into the pd line subpatch.
yes. rendering in anaglyph stereo mode looks like:
- render the entire[1] scene for the left eye in red
- clear the depth buffer
- render the entire scene for the right eye in green
[1] "entire" is the same "entire" as in mono mode. first all the positive renderorders, and then all the negative ones
though i'm not sure what you expected in the line subpatch.
if you connect the gemhead in [pd line] it displays a horizontal line to indicate where the image is read. but since the green is rendered after it blocks the reading - see the tables after enabling the line. is there a solution or workaround for this? meaning still showing a line, but having a reading in the green channel. i've tried making the gemhead negative or the line blue but that doesnt' help.
m.