new sphere{ pos=[-0.5,0.2,-0.5]; color=[255,0,0]; } new cube{ flat=0.3; reflect=0.7; pos=[0.5,-0.2,3]; color=[255,255,255]; scale=[2,2,2]; rotate=[10°,10°,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;}