-
-
Notifications
You must be signed in to change notification settings - Fork 394
Support setting camera postion from script: set_camera x,y,z #3006
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedPlease help with this issue!Please help with this issue!source:libf3d
Description
Is your feature request related to a problem? Please describe.
I would like to be able to rotate the camera around an object in the command script. I can currently use the --camera-azimuth-angle from the command line to rotate, but that requires running f3d multiple times. I would like to run f3d, load glb, take screen shot, rotate, take screen shot, etc...
Describe the solution you'd like
- Add support for setting the camera position directly from scripts with a command like
set_camera x,y,z - Add tests and docs
Describe alternatives you've considered
Going to attempt to use roll_camera elevation_camera azimuth_camera commands to emulate the
azimuth-angle command, but I suspect it is going to require a bit of math. ;-)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedPlease help with this issue!Please help with this issue!source:libf3d
Type
Projects
Status
No status