/********************************************************************* * ELECTRONICS include file for the Persistance of Vision Ray Tracer * * part of the ELECTRONICS set * ********************************************************************* * * Created by Mark Hanford, December 2001 * * * Make sure that the folder with the images in can be found by POV. * * * Dependencies * colors.inc * textures.inc * * * Base units: millimetres * HolePitch - 2.5mm *********************************************************************/ /******************************************** * Check for and set some default variables * ********************************************/ #ifdef(View_POV_Include_Stack) #debug "including electonics.inc\n" #end #ifdef (MH_Electronics_Inc_Temp) //do nothing #else #declare MH_Electronics_Inc_Temp=1; #include "textures.inc" #include "connections.inc" /************* * Constants * *************/ #declare HolePitch = 2.5; /************ * Textures * ************/ /************* * Finish up * *************/ #end