We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOpenGL and 3D Libraries › question about exportting the dxf
Page Index Toggle Pages: 1
question about exportting the dxf (Read 1457 times)
question about exportting the dxf
Jun 2nd, 2005, 10:44am
 
since upgrade to the 1.0 beta, those libraries for the alpha version are out of work. Luckily, some new libraries are designed to replace the old one. But unluckily still no new library is submitted to update the old dxf export library done by Mr. Simon Greenwold.
Through google, I visted the forum on reas, and saw a post about dxf export. it seems that those who made the try are obstructed by something. I only know little programming, so I could only be on the tiptoe of expection now. But I wonder how Mr. Greenwold go on with his taught courses, are they still using the alpha version?
Re: question about exportting the dxf
Reply #1 - Jun 2nd, 2005, 10:49am
 
really thanks~ guy
i couldn't believe that i could have so rapid response. ^^
Re: question about exportting the dxf
Reply #2 - Jun 2nd, 2005, 10:54am
 
whoops.. i was supposed to modify, but removed..
*repost*
http://wliia.org/projects/img_to_3d/img_to_3dv7.pde
(http://wliia.org/projects/img_to_3d/indexv7.php)
not a dxf exporter, but includes an easy asc exporter..
use as you like

-seltar
Re: question about exportting the dxf
Reply #3 - Jun 2nd, 2005, 11:16am
 
I've never used the asc files, it seems that it not what i want or it is too complicated for me. 8-(

My situation is I made this (http://www.tamen.org/loren/diary/uploadimg/20056217124469909.jpg) in the beta 1.0 and i hope to export it to any type that i could furtherly render it. the type could be .dxf or the .obj type.

I used Tatsuya SAITO's object loader to import, how could the process be reversed?
Importing OBJ > exporting obj
Reply #4 - Jun 2nd, 2005, 12:53pm
 
OBJ-loader
Credits: elout de kok | http://www.xs4all.nl/~elout/ | processing - version.0062

http://wliia.org/projects/3dcam/
it's in there, rewritten to p0090 compatible class.. with a nifty camera class
(
with a bug, that i've fixed in the newest edition:
remove everything with cmx and cmy, and replace this:
cam.RotateByMouse(mouseX,mouseY,cmx,cmy, gSpeed);
with:
cam.RotateByMouse(mouseX,mouseY,pmouseY,pmouseY, gSpeed);
)

can be rewritten to an exporter..


-seltar
Page Index Toggle Pages: 1