/**************************************************************************************************************************/ /********************************** *******************************/ /* JUHA'S CAMERA MACRO */ /********************************** *******************************/ /**************************************************************************************************************************/ #macro Camera2 (Distance, Azimuth, Altitude, Point_of_Interest) #declare Kokak1 = camera { location -z*Distance look_at 0 rotate <0,Azimuth, Altitude> translate Point_of_Interest} #end /***************************************************************************************************************************/