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.

Rotate orthographic camera

Home Forums Programming Rotate orthographic camera

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #80961
    David Duperron
    Customer

    Hi!
    I use an orthographic camera in my application, that I can position to get standard orthographic views (Left/right, front/back, top/bottom).
    BUT i would like to rotate my Top view 90° exactly, without mouse tweaking, and I cannot find how to do this… trying to rotate the camera itself has no effect.
    Is there a way to achieve this? by acting on the app.controls perhaps? on the camera target object??
    Any help would be appreciated!
    Regards

    David

    #80979

    Hi,
    You might use the tween camera puzzle with slight almost invisible offset to X or Y coordinate, e.g:

    In the first case camera will look -X (left) +X (right)
    In the second case camera will look -Y (left) +Y (right)

    Attachments:
    You must be logged in to view attached files.

    Soft8Soft Tech Chief
    X | FB | LinkedIn

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