POV-Ray : Newsgroups : povray.newusers : Solid vs. hollow objects : Re: Solid vs. hollow objects Server Time
6 Sep 2024 00:21:54 EDT (-0400)
  Re: Solid vs. hollow objects  
From: J  Grimbert
Date: 9 Jul 1999 02:59:21
Message: <37859DC7.63378CCC@atos-group.com>
Sproaticus wrote:
> 
> Hey all,
> 
> Help a poor newbie, please.  :-,
> 
> I've been trying to figure out what the docs mean when it differentiates
> between hollow and solid objects.
> 
> According to the docs, all object are considered to be solid unless
> otherwise specified (povuser.pdf v3.1, section 4.6.2).  However, a colormap
> with transparent entries doesn't affect anything but the surface.  i.e. if
> you have a transparent pigment on an object, you can see right through the
> object to the pigment on the other side.  The following code can help
> describe what I mean:
> 

> 
> Am I looking for an "interior" thing?  I want to think so, but the docs seem
> to indicate that the interior keyword is only good for internal atmospheric
> effects, and I want a true solid.
> 

Interior is the good thing to look at. 
It may also be used to specify the IOR (indice of reflection) of the
object.

Textures only apply to the boundaries of an object.
By default, a pov object is solid, which only means that if you cut it,
the texture will have to apply to the new cut surface. 

If you want an object filled with something different from its external
texture,
so that when you cut it, you see the filling rather that the external
texture,
you need to have a look at "hollow on" and may be to "media"


Post a reply to this message

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