mika

Results 91 issues of mika

has been requested several times, similar to: https://www.esri.com/arcgis-blog/products/arcgis-pro/3d-gis/eye-dome-lighting/ **current workarounds:** can use regular AO post processing, if using mesh rendering, and materials that write to depth (like MeshPointsDX11BoxDirectionalLight+Shadows.mat) (left no...

wishlist

need to add: - [ ] allow register cloud with mesh (instead of binary point cloud)

wishlist

some colors appear black, due to lost precision(?) in the PCD RGB parser: // returns 0 for rgb *works in CloudCompare, fails in Three.js pcd loader -0.653568 0.350478 0.502945 8.206463e-39...

bug

few requests for v3 demo to see it in action

wishlist

should add it, since its simple

enhancement

request for this format: https://entwine.io/entwine-point-tile.html https://forum.unity.com/threads/released-point-cloud-viewer-tools.240536/page-13#post-7036813 need to check about it

wishlist

currently its raw float data, which generates huge files (one example ~26gb for full 200sec realsense recording) need to look into compression, lower precision formats etc.

enhancement

workarounds: - need to use Opaque or Cutout shader - for UI can try included material: UI_Default-With-Occlusion-Pass.mat - or if you use v1 or v2 formats, try enabling commandbuffer rendering...

probably related to https://forum.unity.com/threads/is-this-a-bug-in-unity.710510/#post-4749092 doesnt happen on my pc though.. but here is workaround, add this code to viewer: ``` void OnApplicationFocus(bool focused) { if (focused) { cloudMaterial.SetBuffer("buf_Points", bufferPoints); cloudMaterial.SetBuffer("buf_Colors",...

bug

would need to add these https://docs.unity3d.com/Manual/PlatformDependentCompilation.html to replace threading with Tasks

enhancement