Volumetric processing toolkit and C++ libraries for the recovery and restoration of damaged cultural materials
GNU General Public License v3.0
63
stars
22
forks
source link
(render) Handle conflicting uv option defaults #92
Closed
csparker247 closed 3 months ago
New default behavior for certain UV opts in
vc_render
:uv-align-to-axis=+Z
uv-reuse=false
(no change from previous releases)uv-reuse=true
, thenuv-align-to-axis=None
, unless--uv-align-to-axis
explicitly provided.Closes #90.
Other changes
vc_flip_mesh
to useMeshIO
rather thanOBJReader/Writer
.