POV-Ray : Newsgroups : povray.general : Topographic map to height field? Server Time
7 Aug 2024 01:26:20 EDT (-0400)
  Topographic map to height field? (Message 41 to 41 of 41)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Lutz Kretzschmar
Subject: Re: Topographic map to height field?
Date: 5 Mar 2002 05:26:38
Message: <e2798uknc79ocu9vlehli9og7g76pvr4mg@4ax.com>
Hi Timothy R. Cook, you recently wrote in povray.general:

> Apparently not!  You can do that?
Yes. In the Scene | Settings Dialog in the Comments Tab you can add
code like this:


*/
...
POV CODE
...
/*

And it will be exported at the beginning of your POV file. Suitable
for default definitions and other global stuff.

You can also edit the INC file of your scene and add code to after a
texture that you're not going to change. Before this texture Moray
exports a line containing "$MRY: ...". If you change this to "$MRX:
..", Moray will not export this texture again (even if you change it
in the Texture Editor) and will preserve everything between that line
and the next "$MRY: ..." line in that file between renders.

Regards,

- Lutz

Followups to moray.win


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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