Markus Schütz
Markus Schütz
You'll need to start Canary with this flag: ```--disable-dawn-features=disallow_unsafe_apis```
Note that the prototyping branch isn't configured to render point clouds right now.
Works on my mobile device: Android 7.0, Chrome 69. What are the versions of your devices and browsers?
Apple platforms are not actively supported because 1: I don't have any apple devices to test on and 2: Apple essentially abondoned WebGL so not much use in developing WebGL...
> What exactly is dependent on webgl2? Nothing actually, there was a brief attempt at switching to WebGL2 which I abondoned because it's poorly supported. Maybe something wasn't rolled back...
> Do you plan to support the old file version or it would create a bunch of mess, and overhead? In Potree 1.6 and upcoming 1.7, yes. In Potree 2,...
Another idea for attributes: * For runtime, only store "type" and "elements. Types can be - "floating" or "integer": Let the parser/viewer decide whether to use float or double for...
Hi Martin, The goal is to support arbitrary attributes, so all the fixed attributes as well as additional user defined/extra attributes. > Also ... the current visualization of point source...
Chrome seems to have caching issues when fetching data with range requests: ``` Failed to load resource: net::ERR_CACHE_OPERATION_NOT_SUPPORTED OctreeLoader_1_8.js:73 Uncaught (in promise) TypeError: Failed to fetch ``` Other github projects...
I'll release the converter this week, probably tomorrow. Still working on the license, it'll be paid for commercial or government use.