POV-Ray : Newsgroups : povray.binaries.images : Blender to Povray: unofficial version: screenshots : Re: Blender to Povray: unofficial version: screenshots Server Time
21 Apr 2026 00:04:29 EDT (-0400)
  Re: Blender to Povray: unofficial version: screenshots  
From: MichaelJF
Date: 29 Apr 2015 15:35:01
Message: <web.554131f88d10ac1c29ed3b930@news.povray.org>
"LanuHum" <Lan### [at] yandexru> wrote:
> Fire. :(
>
> #version 3.7;
>
> global_settings {
> }
> background {rgbt<0.218, 0.605, 0.985, 0>}
>
> box{<0,0,0>, <1,1,1>
>     pigment{ rgbt 1 }
>     hollow
>     interior{ //---------------------
>         media{ method 3
>                emission <1,0.4,0.08462>
>                 density{density_file df3 "/tmp/smoke_Smoke_Domain.df3"
>                         color_map {
>                         [0 rgb <0,0,0>]
>                         [0.2089 rgb <1,0.2661,0.05584>]
>                         [0.6424 rgb <1,0.9802,0.07911>]
>                         [1 rgb <1,1,1>]
>                        } // end color_map
>                } // end of density
>                samples 512
>          }
>     }
> scale<1.75694,1.75694,3.56348>
> translate<-0.878472,-0.878472,-1.0015>
> matrix <2.000000, 0.000000, 0.000000,  0.000000, -0.000000, -2.000000,
> 0.000000, 3.000000, -0.000000,  0.000000, 1.000000, -0.000000>
> }
>
> light_source {
>     <4.08,5.9,-1.01>
>     color rgb<1, 1, 1>
> }
>
> camera {
>     location  <0, 0, 0>
>     look_at  <0, 0, -1>
>     right <-1.7777777777777777, 0, 0>
>     up <0, 1, 0>
>     angle  49.134343
>     rotate  <-21.561319, -47.121779, 0.000001>
>     translate <-8.163394, 5.401933, 7.580114>
> }

Sorry, I haven't noticed so far. For personal reasons I can not dive into it
before sunday. Please excuse.

Best regards,
Michael


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.