FH16 Posted February 21, 2006 Report Posted February 21, 2006 Matthias Weiber has write a ulp for Eagle to convert PCB's in 3D images or animation.The ulp create a POV Ray file that can be used in program to create images and animation for your project.You can download the ulp from Matthias Weiber website http://www.matwei.de/doku.php?id=en:home and POVRay from from the official site www.povray.org for free.Samples from Eagle 3D Quote
gogo2520 Posted February 22, 2006 Report Posted February 22, 2006 Not bad I dl it and got it running in less then 2 hours. This is what i got out. It dosn't do push buttons yet. have gogo Quote
GreekPIC Posted February 23, 2006 Report Posted February 23, 2006 Is there something similar that outputs 3D solids? I'm using Autodesk Inventor and I-DEAS which can import IDF files. Those are 3D representations of the boards (not photorealistic as this, just the basic shapes). You can then use them to model the housing, heatsinks, wire harnesses etc without guestimating.However Eagle doesn't output IDF. Target does but I'm not so eager to learn a second PCB layout program (I haven't really learned the first yet). So, if there's a way to output *.iges, *.sat, *.step or something like this from Eagle, it would be great.Nikolas Quote
FH16 Posted February 23, 2006 Author Report Posted February 23, 2006 Some examples from my projects.>>>>Animation <<<< Quote
gogo2520 Posted February 23, 2006 Report Posted February 23, 2006 Nice Job GreekPic What package did you use for the push buttons. I couldn't get mine to work.I think I loaded the librarys in the wrong directory. Thanks gogo Quote
Guest Kasamiko Posted February 23, 2006 Report Posted February 23, 2006 OK..heres what I done so far..Form this:To this..WOW!!![img width=680 height=510]I did it!!rhonn ;) ;) Quote
GreekPIC Posted February 23, 2006 Report Posted February 23, 2006 Nice Job GreekPic What package did you use for the push buttons. I couldn't get mine to work.I think I loaded the librarys in the wrong directory. Thanks gogo??? Me? ???You probably mean FH16... Quote
Guest Kasamiko Posted February 23, 2006 Report Posted February 23, 2006 @gogo2520I think it's the SWITCH_PUSH_BUTTON_LSH43Yet another one..rhonn ;) ;) Quote
gogo2520 Posted February 23, 2006 Report Posted February 23, 2006 Cool thanks. Did you dl the librarys and if you did where did you install them. Also the dc input jack I can't even find that in egale so I dl'd of the site. gogo Quote
Guest Kasamiko Posted February 24, 2006 Report Posted February 24, 2006 Here's the trick I used..I don't know if this is the proper way of doing it :PBefore creating the POV File check this: Quote
Guest Kasamiko Posted February 24, 2006 Report Posted February 24, 2006 Search for the MODEL in your POV-Ray Gallery..you can extract it anywhere.. Quote
Guest Kasamiko Posted February 24, 2006 Report Posted February 24, 2006 @gogo2520Maybe this is what you mean?FILENAME: DCPOWERCONNECTOR Quote
logan_dslasher Posted February 24, 2006 Report Posted February 24, 2006 do they come with tutorial? or manuals? i'm interested in learning them.. Quote
gogo2520 Posted February 25, 2006 Report Posted February 25, 2006 Hello logan there is afew hints on there web site, I figured it out in about two hours. How you doing with eagel? I found the rest of the parts with your help kasamike and GreekPic thanks have fun gogo Quote
FH16 Posted February 28, 2006 Author Report Posted February 28, 2006 Nice Job GreekPic What package did you use for the push buttons. I couldn't get mine to work.I think I loaded the librarys in the wrong directory. Thanks gogoI'm UsingLibrary: switch-omronDevice: 10-XXPacage: B3F-10XX Quote
niceblade Posted March 3, 2006 Report Posted March 3, 2006 Hello. I use this ULP for some time now, althought I couldn't yet figure out how to create the animations of the board. Does anyone knows how to do this? best regards... Quote
Untitled_user Posted March 5, 2006 Report Posted March 5, 2006 Hello! :DAfter I saw this topic, I immidiately downloaded and tried this software and I have to say it's absolutely awesome. Realy impressed me.Bravo! Thank you guys for reference! 8) Quote
FH16 Posted March 8, 2006 Author Report Posted March 8, 2006 Hello. I use this ULP for some time now, althought I couldn't yet figure out how to create the animations of the board. Does anyone knows how to do this? best regards...After the creation of POV Ray file from Eagle, open it and find and replase the following:--- Find ---//Animation #declare global_anim = off; --- Replace --- //Animation #declare global_anim = on; --- Find --- #if(global_anim=on) camera { location global_anim_spline_cam_flight(clock) #if(global_anim_npoints_cam_view>2) look_at global_anim_spline_cam_view(clock) #else look_at global_anim_spline_cam_flight(clock+0.01)-<0,-0.01,0> #end angle 45 } light_source { global_anim_spline_cam_flight(clock) color rgb <1,1,1> spotlight point_at #if(global_anim_npoints_cam_view>2) global_anim_spline_cam_view(clock) #else global_anim_spline_cam_flight(clock+0.01)-<0,-0.01,0> #end radius 35 falloff 40 } #else camera { location <cam_x,cam_y,cam_z> look_at <cam_look_x,cam_look_y,cam_look_z> angle cam_a //translates the camera that <0,0,0> is over the Eagle <0,0> //translate<-48.730000,0,-21.585000> } #end --- Replace --- #if(global_anim=on) camera { angle 45 location <100.0 , 100.0 ,10.0> right x*image_width/image_height look_at <0 , 0, 0> rotate <0,-360*(clock+0.10),0> } light_source { <0,0,0> color rgb <1,1,1> } } #else camera { location <cam_x,cam_y,cam_z> look_at <cam_look_x,cam_look_y,cam_look_z> angle cam_a //translates the camera that <0,0,0> is over the Eagle <0,0> //translate<-48.730000,0,-21.585000> } #end Then Create .ini file and add the following: --- Add --- Initial_Frame = 1 Final_Frame = 500 Initial_Clock = 0 Final_Clock = 0.9 Cyclic_Animation=on [80x80 Low Resolution] Width=80 Height=80 Antialias=off Antialias_Threshold=0 [100x100 Low Resolution] Width=100 Height=100 Antialias=off Antialias_Threshold=0 [640x640 Low Resolution] Width=640 Height=640 Antialias=Off Antialias_Threshold=0 [800x600 Low Resolution] Width=640 Height=640 Antialias=Off Antialias_Threshold=0 [1024x768 Low Resolution] Width=1024 Height=768 Antialias=Off Antialias_Threshold=0 [640x640 High Resolution] Width=640 Height=640 Antialias=On Antialias_Threshold=0.5 [800x600 High Resolution] Width=800 Height=600 Antialias=On Antialias_Threshold=0.5 [1024x768 High Resolution] Width=1024 Height=768 Antialias=On Antialias_Threshold=0.5 [640x640 Very high resolution] Width=640 Height=640 Antialias=On Antialias_Threshold=1.0 [800x600 Very high resolution] Width=800 Height=600 Antialias=On Antialias_Threshold=1.0 [1024x768 Very high resolution] Width=1024 Height=768 Antialias=On Antialias_Threshold=1.0Save file and exit(Final_Frame = 500 is the numbers of frames)Press from Pov Ray the INI button and select your ini, press button "Set but don't render"Select the resolution you want and press "RUN". Thats all :) Quote
logan_dslasher Posted March 9, 2006 Report Posted March 9, 2006 Hello loganHow you doing with eagel?Eagle? hmm.. let me see.. frustrating? ehehe.. i can't seem to find a good way to strat learning it.. any suggestions how? what are the basics that is should learn? what exercises can i perform to familiarize myself with eagle?hmm.. does it need computer upgrades to operate? i have a very low-performance computer.. P3, no video card, no sound card, 13G hard disk.. its still very young..i really want to learn eagle.. please help.. thanks.. Quote
Guest Kasamiko Posted March 9, 2006 Report Posted March 9, 2006 Tutorials for Eagle? Of course there is...Check this out matehttp://www.interq.or.jp/japan/se-inoue/e_eagle.htm[move]rhonn ;) ;) rhonn ;) ;) rhonn ;) ;) rhonn ;) ;) rhonn ;) ;) rhonn ;) ;)[/move] Quote
logan_dslasher Posted March 9, 2006 Report Posted March 9, 2006 there you gow! thanks! i just wish it has a PDF or somethin'/.. i dont have web access back at home.. anyway, tahnks.. Quote
gogo2520 Posted March 10, 2006 Report Posted March 10, 2006 Her you go Logan Have Fun gogoEagle_Tutorial.pdfeaglehlp_eng.pdf Quote
logan_dslasher Posted March 10, 2006 Report Posted March 10, 2006 waaaa!!!!! there's a PDF file!!! Yipeee!! ehehehe.. ;DHave fun? i will.. thanks gogo!! Quote
Roomi Posted September 30, 2006 Report Posted September 30, 2006 I am facing a problem with the 3d conversion.When i convert it then a horizontal bar is rendered in place of some of the components. I downloaded all the png files from the mentioned site.Are these library files? If so then where should I place these ? Quote
omer_faruk Posted May 3, 2007 Report Posted May 3, 2007 hi guysi have eagla 4.13.i downloaded eagle3D and povray.but i cant 3D.can i help yours?how do from eagle povray with 3D? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.