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.
Automating common workflows?
-
- Posts: 46
- Joined: Mon Jan 20, 2014 6:31 pm
- Location: Albuquerque, NM
- Contact:
Re: Automating common workflows?
The name of the vertex attribute added by the --density flag is 'value'.
Jed
-
- Posts: 51
- Joined: Tue Sep 30, 2014 6:13 pm
Re: Automating common workflows?
Oh!
Thanks, Jed!
That works.
Thanks, Jed!
That works.