plasio icon indicating copy to clipboard operation
plasio copied to clipboard

Drag-n-drop In-browser LAS/LAZ point cloud viewer. http://plas.io

Results 36 plasio issues
Sort by recently updated
recently updated
newest added

So im trying to open .LAZ format file and im getting this error in Chrome console: "Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than...

Hi there, Thank you for an interesting project for working with point clouds in the browser. I'm running on node `v13.11.0` and npm `6.13.7` and had trouble getting your project...

does not support files merged by lastools "lasmerge"

I have the problem loading large pointcould data. At the beginning, ![mem1](https://user-images.githubusercontent.com/424997/61043700-7bc9e280-a409-11e9-83bf-7119504a897c.png) After a while, ![mem3](https://user-images.githubusercontent.com/424997/61043717-84bab400-a409-11e9-8e59-b7d159c15dda.png) The problem is PotreeRenderer class this.buffers? Or web workers load laz/las file cause memory...

I seem to have difficulty opening files larger than 2GB - is this a known problem or do I have problematic point clouds? Other than that, great program, thanks! Jim

I am rendering a point cloud from LAS file. During debugging of render.js's ParticleSystemBatcher.prototype.push method, I found that points added to particle system have coordinate values always positive. And Z...

Hi, Plasio works fine in Firefox, is it using NaCl ? Will it still work in the next 3-4 years?

I want to change colors of some points dynamically. I do following for point at location j: `geometry.attributes.color.array[3*j] = r;` `geometry.attributes.color.array[3*j+1] = g;` `geometry.attributes.color.array[3*j+2] = b;` `geometry.attributes.color.needsUpdate = true;` But...

Hi, I want to customize this repo to tinker with point cloud rendered from a LAS/LAZ file. Which code files should I start to look into in particular? Manish @verma...

Code change done in js/render.js for code optimization.