POV-Ray : Newsgroups : povray.general : mesh2 inverse "Cannot invert a patch object" : Re: mesh2 inverse "Cannot invert a patch object" Server Time
30 Jul 2024 18:17:48 EDT (-0400)
  Re: mesh2 inverse "Cannot invert a patch object"  
From: Nicolas Alvarez
Date: 10 Aug 2008 00:36:43
Message: <489e705b@news.povray.org>
Jon Boede wrote:
> I wanted to do a difference between two mesh2 objects of the form...
> 
> And I get "Parse Warning: Cannot invert a patch object."
> 
> Looks like I set it up exactly like the documentation says, but no joy.
> :-(

How about:

difference {
 mesh2 {
  normal-mesh-stuff
 }

 mesh2 {
  vertex_vectors { ... }
  face_indicies { ... }

  inside_vector <0,0,1>
  testure { ... }
 }
}


Post a reply to this message

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