I made some text face the camera with rotate($vpr) but it only works in the
GUI. $vpr seems to be [0, 0, 0] when run from the command line. Any reason
why this shouldn't be set from the camera in command line mode?
Sounds like a bug to me.
Admin - email* me if you need anything, or if I've done something stupid...
Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.
Sent from: http://forum.openscad.org/
On 26.05.19 01:05, MichaelAtOz wrote:
Sounds like a bug to me.
It's not a bug, it simply was never intended to be
used in command line mode. In addition there were ways
to define the camera position on command line which did
not easily translate into those variables.
That might have changed now with the camera code updates.
So if we can calculate the values for all combinations
that are possible via command line, it makes sense to
add that feature.
ciao,
Torsten.