Skip to content

Orthographic camera considered as perspective camera #105

@flarive

Description

@flarive

Hello,

I have set up an orthographic camera in 3ds max.

max

With your demo app, i can see the camera is orthographic (it's ok)

debug

In my project using openfbx, the camera has an enum value of 0 (perspective)

auto enum_value = ofbxcam->getProjectionType();

May be the error is because the property is called "CameraProjectionType" in your demo, and in your code you seems to get "ProjectionType" property.
I think the default value (perspective) is always used because of this naming mismatch.

code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions