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.

orthographic camera only via code?

Home Forums General Questions orthographic camera only via code?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #22598
    Anonymous
    Inactive

    Hallo Yuri, do I am wrong, when I say that orthographic camera is only possible via code? This code:
    ` var camera = new v3d.OrthographicCamera(width / – 2, width / 2, height / 2, height / – 2, 1, 1000);
    scene.add(camera);

    #22614

    Hi,

    Blender’s orthographic cameras are supported out of the box. Let us know if it works for you.

    Chief 3D Verger | LinkedIn | Twitter

    #22621
    Anonymous
    Inactive

    is it not working from blender and code is also dead /syntax

    #22622

    i just did a quick test with sneak peek – works as expected (Blender 2.81). Can you check your settings?

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

    Chief 3D Verger | LinkedIn | Twitter

    #22625
    Anonymous
    Inactive

    I checked that already and I put in a few min a blend file on the server to show you, need coffee

    #22626
    Anonymous
    Inactive
    #22632

    works for me in the app as well. Any camera-related puzzles are in use in your app?

    Chief 3D Verger | LinkedIn | Twitter

    #22633
    Anonymous
    Inactive

    no puzzles at all and I ask me how it is working for you. Because when I click on that serve link, I do not see ortho but perspective cam

    #22654
    illussimo
    Customer

    I tried orthographic camera view export with the attached Blender 2.81 file. And it works. :yes: Do you have more than one camera in your blend file?

    Attachments:
    You must be logged in to view attached files.
    #22657
    Anonymous
    Inactive

    hmm… I set just new file and is working. Don’t ask me why, Your test-file is working too. Sometimes I think in background living some little trolls and making its own thing. Thank you, Simone!

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