POV-Ray : Newsgroups : povray.binaries.images : Domenator II, the sequel : Re: Domenator II, the sequel Server Time
30 Jul 2024 14:23:34 EDT (-0400)
  Re: Domenator II, the sequel  
From: Thomas de Groot
Date: 28 Apr 2012 03:08:31
Message: <4f9b976f$1@news.povray.org>
On 27-4-2012 17:00, Philippe Gibone wrote:
> Hi Thomas,
>
> Don't worry about any delay, I saw you are working on Gancaloon ;-))
How do you know?!;-)

>
> About the material, the answer is : they must be defined in an INC file.
>
> I thought of some sort of a texture list file, but I'm not sure it would be
> really useful. If you have any new feature request on this topic or any
> other one : just tell.
An INC file is perfect. Something you could add however is a way to 
include the INC file in the dome.inc file. For instance in the Files 
Menu, have a box where the name of the INC file can be given, and have 
that file included in the dome.inc after the comments list like this:

....
// fNoiseProgressiveR     = 0.000000
// fNoiseProgressiveZ     = 0.000000

#include "MyTextures.inc"

// MaxI = 121 ; MaxJ = 39
#declare MyDome = union {
sphere   { < 0.000000, 1.000000, 0.000000 >, 0.030000 }
cone { < 0.041325, 0.999146, 0.000000 >, 0.030000, < 0.000000, 1.000000, 
0.000000 >, 0.030000 }
....


Thomas


Post a reply to this message

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