POV-Ray : Newsgroups : povray.general : Write macro-generated objects to file? : Re: Write macro-generated objects to file? Server Time
4 Aug 2024 04:20:24 EDT (-0400)
  Re: Write macro-generated objects to file?  
From: Christoph Hormann
Date: 22 Jul 2003 12:13:00
Message: <3F1D628B.3D8D14B2@gmx.de>
Torsten Crass wrote:
> 
> Hi there!
> 
> When populating a scene with loads of macro-generated objects, I thought
> it would be a nice idea to run those time-consuming macros only once,
> write their "return values" (in this case: unions of triangles) to an
> .inc file and re-use this file when further experimenting with the
> scene. However, I couldn't figure out a way to write those objects to a
> file - the #write directive apparently only accepts strings, numbers and
> vectors.
> Does anybody have a clue how one could save macro-generated objects to a
> file - i.e. use PovRay for creating its own .inc files?

You can find some samples for using the #write directive in the standard
include file 'shapes.inc'.  As you said #write supports strings, floats
and vectors.  Since all objects consist of such elements you can write
them quite easily.

Christoph

-- 
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 17 Jun. 2003 _____./\/^>_*_<^\/\.______


Post a reply to this message

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