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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,7 @@ The `pc-camera` tag is used to define a camera component. It must be a direct ch
145
145
|`flip-faces`| Boolean attribute. Controls whether the camera flips faces. If unspecified, faces are not flipped. |
146
146
|`fov`| The field of view of the camera. If unspecified, `45` is used. |
147
147
|`frustum-culling`| Boolean attribute. Controls whether the camera uses frustum culling. If unspecified, frustum culling is used. |
148
+
|`horizontal-fov`| Valueless attribute. If present, the camera uses a horizontal field of view. If unspecified, the camera uses a vertical field of view. |
148
149
|`near-clip`| The near clipping plane of the camera. If unspecified, `0.1` is used. |
149
150
|`orthographic`| Valueless attribute. If present, the camera uses an orthographic projection. If unspecified, the camera uses a perspective projection. |
150
151
|`ortho-height`| The height of the orthographic projection. If unspecified, `10` is used. |
0 commit comments