Using jit.pwindow instead of jit.world
Hey, I am trying to display this jit.gl.plato shape from a jit.world to a jit.pwindow. Interestingly (and to my dismay), when I use jit.gl.render to draw this shape to jit.pwindow it only uses information from 2/3 jit.mo.sin. This ends up representing the object in 2D not 3D. Any help or feedback (or videos to watch that might enrich my understanding) is extremely appreciated.
Above is the jit.world patch. Below is the jit.pwindow patch.
There were a lot of different parameters between the two patches, so I copied the first one into the second one and they look quite similar to me (see screenshot)

Thanks for helping me out (again)! It's so weird... I was getting this:

which happened because jit.gen was outputting from out.2 instead of out.1.
Such a simple error (idk how it happened). But I could not figure it out!! Anyway, the patch you sent me works perfectly and i really appreciate it!! You are a jitter boss :)