jimbok8

Results 11 comments of jimbok8

I think a fix to this problem might be found in a fix to the original csg.js This fix by LinJiarui can be found here: [https://github.com/evanw/csg.js/pull/16](url) _resolve the following issue:...

I have a StackOverflowError when performing the intersect method on two objects. I have tried your code and it does get rid of the StackOverflowError on the intersect method, however...

I would also like this. I have tried downloading a osm.pbf file and am struggling to get anything displayed.

This is what I have done so far: Downloaded file "great-britain-latest.osm.pbf" Downloaded "osm2vectortiles.toml" and edited it to change the data source: _[[datasource]] path = "great-britain-latest.osm.pbf"_ I then run using this...

Test 1 - JDK 8 - The command you used to the create the project: **dominokit gen app -n TrackMap -t basic -g com.design57** The output: Feb 22, 2022 9:21:34...

Test 2 - JDK 17 - The command you used to the create the project: **dominokit gen app -n TrackMap -t basic -g com.design57** - The result of **java -version**:...

Test 3 - JDK 11 - The result of **java -version**: openjdk version "11.0.14.1" 2022-02-08 LTS OpenJDK Runtime Environment Zulu11.54+25-CA (build 11.0.14.1+1-LTS) OpenJDK 64-Bit Server VM Zulu11.54+25-CA (build 11.0.14.1+1-LTS, mixed...

Yes please!

I am very interested in the performance of point clouds. I am trying to model a railway tunnel which has been scanned (using 'Lidar') to produce point clouds. Unfortunately the...

I made some progress before having to postpone development. I think the key ideas were: preproocessing the point cloud into a hierarchical spatial index - BVH, and then using a...