Still trying to nut out exactly where everything is in the Z space and how objects relate to the clipping plane.
So far I understand that:
• the document has a Z depth of 4096 pixels on either side of the zero point.
• the clipping plane resides at twice the canvas width, so a canvas of 640 would place the clipping plane 1280 pixels behind the zero point.
One question I have is: can the clipping plane be moved relative to the zero point.
I notice that if I fill a layer the layer seems to fill at the zero point not the clipping plane. A filled layer seems to act like the clipping plane except that it is at the zero point rather than at twice the width of the canvas.
WHAT THE HELL IS THE CLIPPING PLANE USED FOR?
When a layer is displaced on the z axis does this mean that the clipping plane can be moved along the z depth so that it sits on the canvas?
Appreciate it if someone can sort this out.