Problem
I have been trying to create a 3d cube out of 6 SSC's. It is working OK except some of the cube faces are invisible or transparent. I have tried rearranging the scopes but as soon as one side gets fixed another one goes bad.
10 posts
Originally posted by Ateroa faster way is:
you have to use depth coloring as well, e.g.:
col=z3/3+0.7;
red=col; green=col; blue=col;