You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@helviett There is a bit of confusion with the wording because of the mixing of directions and sides (forward vs front and back vs rear).
In OpenGL, cameras face -Z. By convention, it is common for objects to face towards the camera (so they face +Z). In GLTF, this convention is codified as part of the standard. Meaning:
The front side is +Z, the rear side is -Z. This implies the left side +X is and right side is -X.
These sides are used for oriented 3D assets like characters and many props.
For Blender where +Z is up, -Y is front and +Y is rear.
The forward direction is -Z, the back direction is +Z. This implies the left direction -X is and right direction is +X.
These directions are used for things like cameras, lights, etc.
For non-oriented assets, like maps, use the cardinal directions instead: +X east, -X west, +Z south, -Z north.
For Blender where +Z is up, +Y is north and -Y is south.
Spec says:
Should it be +X as right?
The text was updated successfully, but these errors were encountered: