// isometric camera view: -----------------// // Only for objects aligned to the xyz axes! camera{ orthographic location < 1,1, -1>*4.50 angle 75 right x*image_width/image_height look_at <0,0,0> translate<0,5,0> } //-----------------------------------------//