magicien / GLTFQuickLook

macOS QuickLook plugin for glTF files
MIT License
236 stars 9 forks source link

Inital camera/viewport/render position, rotation and zoom #16

Open pw-64 opened 3 months ago

pw-64 commented 3 months ago

Is it possible to set the inital state to slightly zoomed out, enough to rotate the model while keeping it within view? When I need to go though ~100 models each time, it's a bit annoying to zoom out every single time before I can check all the faces' textures to make sure it was created properly.

tldr; Is there a config value somewhere to set an inital camera position / rotation / zoom level / ... ?

Btw, thank you for making this. It is very helpful - my previous method was opening terminal and typing pview path/to/the/model.glb every time I want to have a look. This makes it a lot faster to get work done, so thank you.