POV-Ray : Newsgroups : povray.advanced-users : writing new "object type" : Re: writing new "object type" Server Time
30 Jul 2024 12:28:12 EDT (-0400)
  Re: writing new "object type"  
From: Noah A
Date: 22 Jun 1999 18:50:17
Message: <3770131D.E361FD44@powersurfr.com>
if you define it with other ready made objects it's very easy to do

#declare peanut = union {
sphere {.....}
sphere {.......}
}
object {peanut}

Stewart #7 wrote:

>    Well... it looks like most any object could be rendered, using
> the available object types... but just in case (!) - how can a new
> object type be written ?  ...is this possible without re-writing
> the entire program ?
>
>  povray is excellent...and glad to see your newsgroup is accessible.
>
>  stu


Post a reply to this message

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