Quote: "Wire-wrapping is what drives me bonkers.
"
No its not that, its having assemble a rack or what ever and then some R&D person say Ah! we changed a few things, can you undo it and put them here, here and here, or add this, this and this.
That's when you go bonkers same as when you looking for pictures of the moon found one that would have done nicely but would have to get the copyright permission to use them very high res. for some reason NASA did not seem to have any moon phases picture or I could not use there search system correctly.
edit
add this to the code put makelightsandcolor() after makevain()
function makelightsandcolor()
rem lighting
make light 1
position light 1,0,100,-100
set ambient light 80
color object 1,rgb(255,255,255)
set object specular 1, rgb ( 255, 255, 255 )
set object specular power 1, 255
set object ambient 1,0
color object 2,rgb(0,255,0)
set object specular 2, rgb ( 0, 255,0 )
set object specular power 2, 255
set object ambient 2,0
color object 3,RGB(128,128,255)
set object specular 3, rgb ( 0, 255,0 )
set object specular power 3, 255
set object ambient 3,0
set object specular 4, rgb ( 255, 0, 0 )
set object specular power 4, 255
set object ambient 4,0
endfunction
Dark Physics makes any hot drink go cold.