mezlondr
mezlondr
Hello, please add options to decode multiple barcodes in an image to the port. Such as [MultipleBarcodeReader](https://zxing.github.io/zxing/apidocs/com/google/zxing/multi/GenericMultipleBarcodeReader.html) with decodeMultiple.
Since TGLMesh does not override `BarycenterAbsolutePosition`, it yields unexpected behavior when using transparency, as the meshes can't be properly sorted. I'd suggest using a center of the bounding box or...
### What happened? I found an IFC file that causes the webifc engine to produce incorrect geometry (no other viewers I’ve tried do that). ### Version 0.72 ### What browsers...
### What happened? Hello, I was just trying to update the library from version 0.68 to the latest 0.72 and I have noticed some geometries are now rendered broken as...
I have found out in certain cases `MeshOps::retriangulateMeshSetForExport` produces different (and wrong) result in each run. While I am not certain if that is a bug in the triangulation or...
During geometry conversion, mesh simplifier is invoked. In `MeshSimplifier::mergeCoplanarFacesInMeshSet`, there is an iterator over closed edges: _(MeshSimplifier.cpp line 329)_ `for (carve::mesh::Edge*edge : mesh->closed_edges)` During iteration, edges are removed from the...