Forum

Einloggen | Registrieren | RSS  

eagle3d und povray (Elektronik)

verfasst von JBE, 09.04.2016, 22:13 Uhr
(editiert von JBE am 09.04.2016 um 22:15)

eagle3d funktioniert auch mit der eagle 7 versionen, wen es interessiert



//POVRay-Datei erstellt mit 3d41.ulp v20110101
//C:/Users/xx7-64/Documents/eagle/13,8VSpannungsüberwachung/Spannungsüberwachung.brd
//09.04.2016 22:05

#version 3.5;

//Set to on if the file should be used as .inc
#local use_file_as_inc = off;
#if(use_file_as_inc=off)


//changes the apperance of resistors (1 Blob / 0 real)
#declare global_res_shape = 1;
//randomize color of resistors 1=random 0=same color
#declare global_res_colselect = 0;
//Number of the color for the resistors
//0=Green, 1="normal color" 2=Blue 3=Brown
#declare global_res_col = 1;
//Set to on if you want to render the PCB upside-down
#declare pcb_upsidedown = off;
//Set to x or z to rotate around the corresponding axis (referring to pcb_upsidedown)
#declare pcb_rotdir = x;
//Set the length off short pins over the PCB
#declare pin_length = 2.5;
#declare global_diode_bend_radius = 1;
#declare global_res_bend_radius = 1;
#declare global_solder = on;

#declare global_show_screws = on;
#declare global_show_washers = on;
#declare global_show_nuts = on;

#declare global_use_radiosity = on;

#declare global_ambient_mul = 1;
#declare global_ambient_mul_emit = 0;

//Animation
#declare global_anim = off;
#local global_anim_showcampath = no;

#declare global_fast_mode = off;

#declare col_preset = 2;
#declare pin_short = on;

#declare e3d_environment = on;
#declare environment = on;
#local cam_x = 0;
#local cam_y = 166;
#local cam_z = -81;
#local cam_a = 20;
#local cam_look_x = 0;
#local cam_look_y = -3;
#local cam_look_z = 0;

#local pcb_rotate_x = 0;
#local pcb_rotate_y = 0;
#local pcb_rotate_z = 0;

#local pcb_board = on;
#local pcb_parts = on;
#local pcb_wire_bridges = off;
#if(global_fast_mode=off)
#local pcb_polygons = on;
#local pcb_silkscreen = on;
#local pcb_wires = on;
#local pcb_pads_smds = on;
#else
#local pcb_polygons = off;
#local pcb_silkscreen = off;
#local pcb_wires = off;
#local pcb_pads_smds = off;
#end

#local lgt1_pos_x = 19;
#local lgt1_pos_y = 29;
#local lgt1_pos_z = 18;
#local lgt1_intense = 0.726196;
#local lgt2_pos_x = -19;
#local lgt2_pos_y = 29;
#local lgt2_pos_z = 18;
#local lgt2_intense = 0.726196;
#local lgt3_pos_x = 19;
#local lgt3_pos_y = 29;
#local lgt3_pos_z = -12;
#local lgt3_intense = 0.726196;
#local lgt4_pos_x = -19;
#local lgt4_pos_y = 29;
#local lgt4_pos_z = -12;
#local lgt4_intense = 0.726196;

//Do not change these values
#declare pcb_height = 1.500000;
#declare pcb_cuheight = 0.035000;
#declare pcb_x_size = 52.050000;
#declare pcb_y_size = 35.230000;
#declare pcb_layer1_used = 0;
#declare pcb_layer16_used = 1;
#declare inc_testmode = off;
#declare global_seed=seed(159);
#declare global_pcb_layer_dis = array[16]
{
0.000000,
0.000000,
0.000000,
0.000000,
0.000000,
0.000000,
0.000000,
0.000000,
0.000000,
0.000000,
0.000000,
0.000000,
0.000000,
0.000000,
0.000000,
1.535000,
}
#declare global_pcb_real_hole = 2.000000;

nur ein auszug aus der povdatei :-D



Gesamter Thread:

eagle3d und povray - JBE, 09.04.2016, 22:13 (Elektronik)
eagle3d und povray - geralds(R), 09.04.2016, 22:46
eagle3d und povray - JBE, 10.04.2016, 14:58
eagle3d und povray - geralds(R), 10.04.2016, 15:19
eagle3d und povray - JBE, 10.04.2016, 18:35