POV-Ray : Newsgroups : moray.win : Groups in UDO/INCs? : Re: Groups in UDO/INCs? Server Time
29 Jul 2024 12:18:23 EDT (-0400)
  Re: Groups in UDO/INCs?  
From: Johannes Hubert
Date: 19 Jan 1999 03:56:11
Message: <36a448ab.0@news.povray.org>
I think this is what you want:

An UDO file can contain more than only one UDO. When imported into Moray,
they are automatically grouped together in a CSG union (which is essentially
the same as a group), and inside that union the single UDOs can be textured
independently.
The UDO file would look something like:

Version 1
IncludeFile 'YourInc.inc'

Name 'YourNameOfGroup'


[YourNameOfUDO1:Vertices]
...

[YourNameOfUDO1:Edges]
...

[YourNameOfUDO1:Transforms]
...

[YourNameOfUDO2:Vertices]
...

[YourNameOfUDO2:Edges]
...

[YourNameOfUDO2:Transforms]
...

etc.

Bye, Johannes.


Post a reply to this message

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