Skip to content
ball.scn 243 B
Newer Older
Luiz Velho's avatar
Luiz Velho committed
scene{

	camera = view {
		from = {0, 0.5, -1.5}, at = {0, 0, 0}, up = {0,1,0}, fov = 60
		},
	
	light = dist_light { direction = {0, 1, -1} },

        object = primobj { shape = sphere{ radius = .5, center = {0.2, 0, 0} }},
						      
};