Summer Sun
Summer Sun
Thank you @ChanceTheMaker, I currently copied the four missing js files into a newly created `module` folder to make the packing process work, as a temp solution. But I can't...
same here ``` [2023.11.16-02.52.09:497][ 0]LogCore: === Critical error: === Unhandled Exception: SIGSEGV: invalid attempt to read memory at address 0x0000000000000000 [2023.11.16-02.52.09:497][ 0]LogCore: Fatal error! 0x00007f47f8e96980 libpthread.so.0!UnknownFunction(0x1297f) ```
Hi @Over17 , I am using 2018.4.16f1, yes the command line is correct, I can see my own trace added in native code.
Yes I can get this log. `SystraceUnity: Enabling Unity systrace integration plugin`
Thanks, I will post a trace later.
looks great!
I use Voreen to get a transfer function that looks good, export it and then create a table manually that matches intensity value with opacity and color. This is how...
What I did is creating a TF with good rendering results on Voreen by GUI, then export this TF as xml file and recreate it in this code, for example,...
Having a similar problem on iOS devices (iPad pro 4 and iPhone 13 with chrome). The online truck page https://projects.markkellogg.org/threejs/demo_gaussian_splats_3d.php can be loaded from iOS well. But the locally deployed...
It seems the latest [truck.html](https://github.com/mkkellogg/GaussianSplats3D/blob/ef524f4308c7793c78005aeedc03a2f8f8f138fa/demo/truck.html#L43) source file also load ksplat file by default, does that mean the performance issue is not related with ply compression?