Philippe Leefsma
Philippe Leefsma
Hi, not sure if this is an issue with potree-core, a side effect, or something to handle differently with my code: We are mixing a large pointcloud with some meshes...
Greetings Petr! In the readme there is a partial example on how to read properties with sql query, but it's not obvious to me how I could perform such query...
I know I can just dig the example code and figure it out by myself ... but a little explicit doc about the supported props and format would not hurt....
Hello, I am getting poor results when running the surface approximation functions on very basic models such as cubes: Here is an example of the result, it's similar running it...
I would like to set a hotkey for `ctrl` pressed alone but it doesn't get triggered, am I missing something? ``` useHotkeys('ctrl', () => console.log("ctrl where are you...")) ``` other...
### Describe the bug Greeting Folks, I am trying a basic sample inspired from the doc, but getting the following exception. What am I doing wrong? "Could not load file...
for some reason unknown to me, the `assert` are being removed by our webpack build which is causing a build error of our all app. Simply adding brackets around those...
Hey mate, I'm giving a try at this new PDF extension, wondering what are the restrictions on the PDF files the viewer can load, the samples that are in that...
Hi I am sending text to the editor using javascript: wysihtml5.Editor.setValue(text, true) How do i scroll down to the latest line programmatically? This doesn't seem to happen automatically, I have...
Could you show me how to use `fixedWindowRollup` because I can't figure out what I'm doing wrong. I'd like to resample a dataset to have uniform timestamps, so here is...