Results 82 comments of Markus Schütz

Are thefe any error messages in your browsers developer console?

```extract_area.exe "F:/pointclouds/convertedPointcloud" -o F:/temp/area.las --area "matrix(18.477832643548027, 0, 0, 0, 0, 7.667634693905711, 0, 0, 0, 0, 15.976286462171942, 0, 2020586.929216755, 7204767.992882229, 233.72644370784667, 1)"``` Matrix is a transformation matrix that transforms a box...

Hi, This is only for local point clouds since it uses the C++ filesystem API to load files.

Should typenames in shp/polylinez.js be "LineString" or "LineStringZ" ?

Thanks for that pointer. This, together with hardcoding ```gContext.mReversed = true``` in ComputeContext() made it work for me. I'm also using projection matrix with reverse-z and infinite far.

My experience with this: I tried using open layers to fetch a 128x128 or 256x256 image for each octree node and then project the image onto the points in a...

Hi, have you checked the "prototyping" branch? This is where the most recent work happened and it works in the latest chrome. There isn't really a public demo yet, though.

It's alive thanks to a netidee.at grant, but the work is currently done in the "prototyping" branch. 3D Tiles is partially working already. No public demo yet.

This will become Potree 2, but there is still a long way to go. Don't expect the final result to look anything like it does now. Ideally, I'd like to...

Hi, the main branch is quite a bit behind. I'm doing most work in the prototyping branch right now, but it's not in a state where anyone could get anything...