Created
December 29, 2018 23:47
-
-
Save patrickheng/334a6c38a9047b7a022d6d9c88669b93 to your computer and use it in GitHub Desktop.
Camera snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const frustumHeight = 2.0 * dist * Math.tan(camera.fov * 0.5 * (Math.PI / 180)) | |
const frustumWidth = frustumHeight * aspect |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment