X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=csgray;a=blobdiff_plain;f=scene;fp=scene;h=cbbc3d8519c55c5e2ebd409128d0e687ebadf619;hp=ed67f5c96ab79697d703b0fc475c893d0fb95799;hb=976be63b2cde40482a374865e03f9fabe18b87e3;hpb=aab39eb873290ce4b268fe4ae303def6bf932bc0 diff --git a/scene b/scene index ed67f5c..cbbc3d8 100644 --- a/scene +++ b/scene @@ -2,16 +2,17 @@ # test scene for the CSG raytracer csgray_scene { viewer { - position = [0, 1, 5] + position = [-2, 1.5, 5] target = [0, 0, 0] fov = 50 } subtract { subtract { - sphere { + cylinder { position = [0, 0, 0] radius = 1 + height = 2 color = [1, 0.1, 0.05] roughness = 0.3 }