We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Camera angle zoom

Home Forums Puzzles Camera angle zoom

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #6136
    johngrigni
    Customer

    Is there a way to change the zoom function to changing the camera angle, like in a camera, as opposed to moving the camera forward, like in a video game?

    #6139

    It is possible in principle I think (check this out for example). Basically you need to change camera FOV instead of position.
    Making it work requires some coding efforts though. Yet right now you can do it in a “jumping” manner at least – create another camera with a different FOV and use the set active camera puzzle.

    Chief 3D Verger | LinkedIn | Twitter

    #35981
    vklein
    Customer

    Is there any work on this? I need to change the camera fov (viewing angle NOT position) by mouse-wheel for my project. Setting the camera (fov / zoom) is a must. Atleast give me the posibilitynto use camera fov animation from 3dsmax so I could set animation frame in order to “zoom”.

    #36001

    You can modify the camera FOV via JavaSCript:

    https://www.soft8soft.com/docs/api/en/cameras/PerspectiveCamera.html#fov

    You can do this inside the exec script puzzle and thus integrate with animation puzzles.

    Chief 3D Verger | LinkedIn | Twitter

    #44485
    beelzebeau
    Customer

    can you show an example exec script to set the camera focal length?

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.