Feature Request
Description
I would like to request the addition of camera angle parameters to the zoo kcl snapshot command. This would allow users to export images from different camera perspectives.
Use Case
Currently, the zoo kcl snapshot command appears to generate snapshots from a fixed camera angle. Having the ability to specify custom camera angles would be very useful for:
- Creating multiple views of the same model
- Generating documentation with specific viewpoints
- Automating the creation of presentation materials
Proposed Solution
Add optional parameters to control camera position and orientation, such as:
--camera-position or --cam-pos: Specify X, Y, Z coordinates
--camera-rotation or --cam-rot: Specify rotation angles
--camera-target or --cam-target: Specify the point the camera looks at
--camera-fov: Field of view angle
Example Usage
zoo kcl snapshot model.kcl --camera-position "10,5,8" --camera-target "0,0,0"
zoo kcl snapshot model.kcl --cam-rot "45,30,0" --output front-view.png
Additional Context
This feature would greatly enhance the flexibility of the snapshot command and make it more suitable for automated workflows and documentation generation.
Thank you for considering this feature request!
Feature Request
Description
I would like to request the addition of camera angle parameters to the
zoo kcl snapshotcommand. This would allow users to export images from different camera perspectives.Use Case
Currently, the
zoo kcl snapshotcommand appears to generate snapshots from a fixed camera angle. Having the ability to specify custom camera angles would be very useful for:Proposed Solution
Add optional parameters to control camera position and orientation, such as:
--camera-positionor--cam-pos: Specify X, Y, Z coordinates--camera-rotationor--cam-rot: Specify rotation angles--camera-targetor--cam-target: Specify the point the camera looks at--camera-fov: Field of view angleExample Usage
Additional Context
This feature would greatly enhance the flexibility of the snapshot command and make it more suitable for automated workflows and documentation generation.
Thank you for considering this feature request!