Manish

Results 65 comments of Manish

Can you provide some links on how to configure Charon? Currently I don't see any Charon specific configuration in the application.

So I studied my application a bit more. Here is the situation: I have some LDAP based user validations. If validation is successful, I redirect the request to another server...

Going through the code, I can see files lazlaz.js and renderer.js playing important roles in bigger picture. laslaz.js loads the las/laz file. And going by the name,renderer.js must be displaying...

Thanks a lot @verma.

I was able to link up three modules(lazlaz.js,ui.js,render.js) and understand the flow. I then made a small change in render.js right at end of ParticleSystemBatcher.prototype.push. `var object = new THREE.Mesh(geometry,...

@verma,any input here? I added a wireframe box as bounding box for point cloud.But alignment is totally unexpected, as shown in above figure.

Hi @connormanning ,@verma ,@hobu Is speck.ly's code available to be customised? My objective is to enable user to: -Add geometry elements like box,cylinders,lines,polygons, points etc to the rendered cloud point...

I am trying to follow: https://github.com/hobu/plasio-ui I included the library in my html as: `` I get error as: > Failed to load resource: net::ERR_CERT_DATE_INVALID plasio-ui.js:1 @hobu

I do change all three channels. That was a typo from me, post edited. And, variable 'colors' manipulated in line #1795 is initially defined as: `var colors = geometry.attributes.color.array;` We...