X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=csgray;a=blobdiff_plain;f=scene;fp=scene;h=6cf673da54a4a7e94c185f52f3cd0d6bc9091e1b;hp=0000000000000000000000000000000000000000;hb=33b3cb144e8762bbb67424fd68374f92d85cdc3d;hpb=3c43d2e567540f8eca32407c9072b29fba988cc2 diff --git a/scene b/scene new file mode 100644 index 0000000..6cf673d --- /dev/null +++ b/scene @@ -0,0 +1,42 @@ +# vi:set ts=4 sts=4 sw=4 ai: +csgray_scene { + viewer { + position = [0, 0, 5] + target = [0, 0, 0] + fov = 50 + } + + subtract { + subtract { + sphere { + position = [0, 0, 0] + radius = 1 + color = [1, 0.1, 0.05] + roughness = 0.3 + } + sphere { + position = [0.3, 0.7, 0.7] + radius = 0.7 + color = [0.2, 0.3, 1] + roughness = 0.3 + } + } + sphere { + position = [-0.9, -0.1, 0.7] + radius = 0.5 + color = [1, 0.9, 0.2] + roughness = 0.3 + } + } + + plane { + position = [0, -1, 0] + normal = [0, 1, 0] + color = [0.4, 0.7, 0.4] + } + + null { + position = [-4, 10, 10] + emission = [80, 80, 80] + } +}