-
Note how this does not happen when pressing use on the vehicle.
-
You can use this Custom PLY Import method if you want to skip the "Photogrammetry and SV nodes method"
https://github.com/TombstoneTumbleweedArt/import-ply-as-verts/tree/916bbd32af17916ee7cd6c9a625…
-
Hello,
When exporting a mesh using the following line:
`ms.save_current_mesh('deci_test.ply', save_vertex_normal = True, save_vertex_color = False, save_vertex_quality = False) `
It appears t…
-
Hello,
I am trying to test your dynamic 3DGS implementation on the example dataset actor1_4_subseq you provide. I did all of the previous steps, including training Instant-NGP+T and getting the vh…
-
I have a set of clouds (saved in path in `ply` format) for which i want to generate the alpha shape.
```
# test.py
from pathlib import Path
import pymeshlab
from loguru import logger
de…
-
Hello,
I tried to slice a STEP surface (gyroid) using that way:
STEPToXSection.exe -i %stepFile% -o GyroSeul.ply -f xyz -d 0.01 -p 1.0,0.0,0.0,0
but the output ply file is empty.
![image](http…
-
The .ply generated at `\dense\0\` is coloured when I open it in MeshLab
![Screenshot (2537)](https://user-images.githubusercontent.com/93605720/161383001-bc557244-82c7-49b1-a6b8-9f47806a3958.png)
bu…
-
```
My suggestion is:
Make it easier to make jobs for VIP or Donator and have it work with ULX etc.
Their currently a function already for it which is ,function(ply) return
ply:GetNWString("usergro…
-
Great work! How can I use the job to render my own .ply data output by 3D GS?
-
It would be awesome if Markov Chain Monte Carlo is supported. PostShot just added support and the results are MUCH better. I actually tried loading MCMC ply file inside SuperSplat but it doesn't reall…