I am following the example "
PDF Files from 3D Geometry (With Screen Display)"
shown on
http://processing.org/reference/libraries/pdf/index.html.
I am having an issue with the way my images are captured and need some help/clarification on if this is working correctly.
In my image below you can see the desired capture. This was done using saveFrame(). As you can see you don't see through the 3d image to the other side. It's low res and the reason for wanting a pdf is to be able to make high res images.
Now, when I am capturing a pdf using beginRaw() and endRaw() as shown in the example code pointed to above, I get this type of output. You can see through the object to the other side and see inside of it. I am using OPENGL, which shouldn't be an issue.
I would like to be able to have control over what is rendered to pdf. Mainly, how do I manage if I don't want to see all the way through the object's faces (triangles) in the front so I get a 3d looking image (as shown in the previous image)?
1