hi,
i want to record rect's with angular stroke caps within a 3 dimensional space.
therefor i'm using P3D renderer and this for recording:
the additional attributes, as:
what can i do please?
setting up a larger square underneath does not help either, since i work with colored alpha values, but opaque strokes...
i want to record rect's with angular stroke caps within a 3 dimensional space.
therefor i'm using P3D renderer and this for recording:
- PGraphicsPDF pdf = (PGraphicsPDF)beginRaw(PDF, numbr +"file.pdf");
pdf.strokeJoin(MITER);
pdf.strokeCap(SQUARE);
the additional attributes, as:
- pdf.strokeCap(SQUARE);
- pdf.strokeCap(PROJECT);
what can i do please?
setting up a larger square underneath does not help either, since i work with colored alpha values, but opaque strokes...
1