POV-Ray : Newsgroups : povray.general : mesh2 inverse "Cannot invert a patch object" : mesh2 inverse "Cannot invert a patch object" Server Time
30 Jul 2024 18:12:21 EDT (-0400)
  mesh2 inverse "Cannot invert a patch object"  
From: Jon Boede
Date: 9 Aug 2008 16:55:00
Message: <web.489e0356ed2e4138194d6db40@news.povray.org>
I wanted to do a difference between two mesh2 objects of the form...

union {
 mesh2 {
  normal-mesh-stuff
 }

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

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

And I get "Parse Warning: Cannot invert a patch object."

Looks like I set it up exactly like the documentation says, but no joy. :-(

Suggestions?

Thanks,
Jon


Post a reply to this message

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