POV-Ray : Newsgroups : povray.binaries.scene-files : 3dclouds include file : Re: 3dclouds include file Server Time
16 Apr 2024 05:15:43 EDT (-0400)
  Re: 3dclouds include file  
From: pascal
Date: 17 Sep 2021 09:33:20
Message: <61449920$1@news.povray.org>

> Hi pascal - here's 3dclouds.pov I had from sascha
> 
> start pov -
> //---------------------------------------------------------
> #version 3.7;
> global_settings{ assumed_gamma 1.0 }
> 
> camera { location <0,2,0>
> direction z
> up y
> right x*image_width/image_height
> }
> 
> plane{ y,0 texture { checker
> texture { pigment { color srgb 1 }},
> texture {pigment { color srgb 0 }}
> } }
> 
> light_source { <0,2000,0>,1 }
> 
> sky_sphere { pigment { color srgb <0.3, 0.6,0.9> }}
> 
> #declare clouds_ambient = 2;
> #declare clouds_fill = 0.6;
> #include "3dclouds.inc"
> //--------------------------------------------------------
> -end pov
> 
> 

Wow ! That's four year ago !

Thank's a lot !

I join the 3dclouds.inc file for others who don't have it !

Thanks again,

Regards

Pascal


Post a reply to this message


Attachments:
Download 'utf-8' (3 KB)

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