Questions tagged [carve]

Carve is a C++ constructive solid geometry library designed to perform boolean operations between two arbitrary polygonal meshes. Use this tag for questions about compiling and using this library.

This tag is for questions about compiling and using the Carve C++ library.

Carve is a C++ library from the constructive solid geometry area. It is designed to perform boolean operations between two arbitrary polygonal meshes.

Currently, it support the following operations:

  • Standard union.
  • Standard intersection.
  • Symmetric difference.
  • Asymmetric difference.

It also allows to load several formats and preserve the internal properties of the meshes (color, texture coordinates, ...) after the operations.

The library is located at Google Code Archive.

2 questions
3
votes
0 answers

Issue with Carve CSG c++. Wrong vertex included in result

Hello I have a problem with Carve but I am unsure if it is with the implementation or my usage of it. Here is isolated code which exhibits the issue I have. Essentially I am getting the wrong result, or more specifically I am getting an incorrect…
lfgtm
  • 1,037
  • 6
  • 19
0
votes
0 answers

Where is the value in HEX for the file size in a jpg (exif)

I can carve out images no problem, but I remember a long time ago being shown where to find the file length of a jpg (in bytes) so that if i had issue with an auto recovery i can do it manually. where in a jpg exif header in HEX are the values…