Rename PerspectiveFrustum.fov to PerspectiveFrustum.fieldOfView
See original GitHub issueSee https://github.com/AnalyticalGraphicsInc/cesium/blob/master/Source/Core/PerspectiveFrustum.js#L42
Also search to see if fov is used anywhere else in the public Cesium API. The abbreviation is fine in the private interfaces and implementations.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
PerspectiveFrustum - Cesium Documentation
The angle of the field of view (FOV), in radians. This angle will be used as the horizontal FOV if the width is...
Read more >cesium/CHANGES.md - UNPKG
756, * Replaced `PerspectiveFrustum.fovy` with `PerspectiveFrustum.fov` which will change the field of view angle in either the `X` or `Y` direction ...
Read more >pxr package — kit-manual 104.0 documentation
The fov of the frustum is not necessarily the same value as displayed in the viewer. ... Returns the current perspective frustum values...
Read more >Cameras in Processing (2D and 3D) | by Jeremy Behreandt
Lastly, Rename renames all instances of the variable, so they don't have ... The impact of a perspective frustum can be seen in...
Read more >Immersive Calibration PRO User Guide - Fly Elise-ng
with a camera with the same field of view as the projector frustum. ... calibration results contain perspective frustum information that can be...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I do. I’m just swamped with other stuff right now. I have a
field-of-viewbranch with the new mechanic working, it just needs the actual rename and the DeprecationWarning stuff added.@emackey do you plan to make a pull request for this?