new sphere{ flat=0.5; pos=[-1.1,0,0]; color=[255,0,0]; } new sphere{ flat=1; pos=[1.1,0,0]; color=[0,255,0]; } light ambient { color=[50,50,50]; } light omni { pos=[10,-10,-10]; color=[255,255,255]; intensity=150; } camera{ pos=[0,0,-10]; to=[0,0,0]; xsize=4; ysize=3;}