Page 2 of 2

Re: Automating common workflows?

Posted: Sat Oct 31, 2020 3:31 am
by Laserbrain
I figured the 'density' option would output the scalar field.

"Enabling this flag tells the reconstructor to output the estimated depth values of the iso-surface vertices."

Then the density is used by

SurfaceTrimmer.exe "Trims off parts of a triangle mesh with a per-vertex signal whose value falls below a threshold (used for removing parts of a reconstructed surface that are generated in low-sampling-density regions)"

Dunno.

Maybe a clever autohotkey script could run the poisson meshing in CC.

Re: Automating common workflows?

Posted: Sat Oct 31, 2020 3:19 pm
by jedfrechette
The name of the vertex attribute added by the --density flag is 'value'.

Re: Automating common workflows?

Posted: Sat Oct 31, 2020 5:23 pm
by Laserbrain
Oh!

Thanks, Jed!

That works.