POV-Ray : Newsgroups : povray.newusers : how to make mesh solid? : Re: how to make mesh solid? Server Time
4 Nov 2024 13:03:32 EST (-0500)
  Re: how to make mesh solid?  
From: Doug Eichenberg
Date: 8 Aug 2003 21:59:39
Message: <3f34558b$1@news.povray.org>
In POV 3.5 meshes are considered as solid objects to my knowledge.  Try
adding:

inside_vector <0,0,1>

inside the mesh{} brackets (see section 6.5.2.3.1) in the POV docs for more
info on this.  With this one line added you should be able to use the mesh
in CSG operations.  Make sure it's a mesh, by the way... not a union of
triangles.  Two totally different things.

--
Doug Eichenberg
www.getinfo.net/douge
dou### [at] nlsnet


Post a reply to this message

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