Results 82 comments of Markus Schütz

Works on windows. "darwin-arm64" seems to be mac specific, not sure how and where this is generated. Maybe you could try to update the electron version to the latest version...

Yeah, only x64 but no arm builds of electron 7.0.1 for darwin/mac: https://github.com/electron/electron/releases/tag/v7.0.1

Any error messages in the electron/chrome dev tools? (ctrl+shift+i on windows, or view->toggle developer tools)

> Here's my strawman: https://doc.rust-lang.org/std/f32/constant.MIN_POSITIVE.html > > ``` > let a = f32::MAX; > let b = f32::MIN; > let c = f32::MIN_POSITIVE; > ``` Please make this happen, this...

Unfortunately I don't know how to do things on linux or with cmake. If someone is able to create a PR that works alongside the VS project, I'd be happy...

Probably because PotreeDesktop overrides the drag&drop handler from Potree. TODO: * Check if they can coexist, or if drag&drop in PotreeDesktop can include loading of project files as well *...

Strangely, this used to work a while ago. Maybe it's the update to electron 9 that causes this?

Do you mean something like #74, i.e., color everything that's visible (or not) from a certain location in different colors? This feature isn't available, unfortunately. It would require to implement...

> (a major technical debt that will need to be repayed someday in the future...). It is, but at this point it won't change for Potree 1.x anymore since I'll...

Thanks for the PR. That change makes perfect sense, only issue I'm concerned about is backwards compatibility. Users who already made animations would have to migrate somehow.