solstice-pp

Post-processing utilities for the solstice app
git clone git://git.meso-star.com/solstice-pp.git
Log | Files | Refs | README | LICENSE

commit b28218cb09646bc88fcd0ae4605526fbecc42beb
parent 5ed2f4235c0603c60513a17631def71a0e6c641e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 15 Dec 2017 16:23:53 +0100

Make the themis program compliant with Solstice 0.7

Diffstat:
Mthemis/themis.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themis/themis.c b/themis/themis.c @@ -1281,7 +1281,7 @@ main(int argc, char** argv) /* Materials */ print_section("Materials"); printf("- material: &occultant {matte: {reflectivity: 0}}\n"); - printf("- material: &specular {mirror: {reflectivity: *ref_mirror, roughness: 1.e-3}}\n"); + printf("- material: &specular {mirror: {reflectivity: *ref_mirror, slope_error: 1.e-3}}\n"); printf("- material: &lambertian\n"); printf(" front: {matte: {reflectivity: 0.9}}\n"); printf(" back: {matte: {reflectivity: 0.0}}\n");