We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello,
with the usual example I have been able to create dxf's in the processing editor. For some reasons change to eclipse when I use the same code I get the complain that
DXF Done
beginRaw() is not available with this renderer.
endRaw() is not available with this renderer.
on the same machine with the same initialisation
size(windowX, windowY, P3D);
how would a dxf draw look like in an eclipse project ?
Answers
What the code in Eclipse looks like?
sorry I should have posted it already...
`import processing.core.*; import processing.dxf.*;
public class ShowCameraParts extends PApplet {
}`
ok this does work since I have the here omitted import EXCLUDED..no idea why but problem is solved with this
//import processing.dxf.*;