Garrett Johnson
Garrett Johnson
Thanks! Have you been able to test this in a dataset? Are you able to provide a PNTS model to test this functionality with?
> Hey @gkjohnson, so I tested it using [this](https://github.com/CesiumGS/cesium/blob/main/Specs/Data/Cesium3DTiles/PointCloud/PointCloudQuantized/pointCloudQuantized.pnts) pnts file first on the cesium ion just to get the general idea of the result, then used it for the...
Just gave it a test - the test model you provided above as some very large offset values (`[ 1215007.8828876738, - 4736318.051199594, 4081600.22126042 ]`) which is causing the points to...
> the tile metadata has no POINTS_LENGTH attribute is under the header Your screenshot shows that `POINTS_LENGTH` is present in the file. However it looks like `POSITION_QUANTIZED` is used which...
Hello! What error is thrown? It's important for each of the brushes to have the same vertex attributes but perhaps that can be communicated more effectively in the docs and...
> it appears UV attributes must exists in operated geometry This isn't the case. It's just important that both geometries share the same attributes. Either adding UVs to the STL...
cc @aka-blackboots - this seemed relevant to your clash detection contribution to IFCjs. With CSG + volume computation you could determine that amount of mesh penetration.
This issue is a bit trickier - adjusting the geometry itself could avoid the problem but ideally the CSG operations should never result in a mesh hole regardless of the...
Yeah that would be perfect - the docs that are there should already be structured a bit similarly in this project, too. Hopefully the documentation structure is self-explanatory but if...
Hello! Performance is still in progress and there are still some implementation quirks affecting speed but that aside I have not benchmarked or done any notional computation complexity comparisons for...