Automating common workflows?

Feel free to ask any question here
Laserbrain
Posts: 51
Joined: Tue Sep 30, 2014 6:13 pm

Re: Automating common workflows?

Post 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.
jedfrechette
Posts: 45
Joined: Mon Jan 20, 2014 6:31 pm
Location: Albuquerque, NM
Contact:

Re: Automating common workflows?

Post by jedfrechette »

The name of the vertex attribute added by the --density flag is 'value'.
Jed
Laserbrain
Posts: 51
Joined: Tue Sep 30, 2014 6:13 pm

Re: Automating common workflows?

Post by Laserbrain »

Oh!

Thanks, Jed!

That works.
Post Reply