Add a -D
--define
option to set libf3d options directly
#1600
Labels
type:enhancement
New feature or request
Milestone
Is your feature request related to a problem? Please describe.
F3D CLI options are great but being able to set libf3d options directly would provide more flexibility to users
Describe the solution you'd like
Add a
-D
or--define
option that would support the following:./bin/f3d -D=render.effect.ambient_occlusion=true -D=model.scivis.array_name=name
(specific syntax tbd depending on what cxxopts can do)
Additional context
#1569
The text was updated successfully, but these errors were encountered: