We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
While validating a glTF scene with a camera I encountered the following error:
So in CameraOrthographic.cs and CameraPerspective.cs the written properties are using camel casing. However, xmag, xmag, znear, and zfar should be lower case according to the glTF 2.0 spec.
xmag
znear
zfar
It might be useful to fix this before merging this camera implementation: (#153).
The text was updated successfully, but these errors were encountered:
Fixed in #158. Thanks for pointing this out!
Sorry, something went wrong.
No branches or pull requests
Hi,
While validating a glTF scene with a camera I encountered the following error:
So in CameraOrthographic.cs and CameraPerspective.cs the written properties are using camel casing. However,
xmag
,xmag
,znear
, andzfar
should be lower case according to the glTF 2.0 spec.It might be useful to fix this before merging this camera implementation: (#153).
The text was updated successfully, but these errors were encountered: