-
-
Notifications
You must be signed in to change notification settings - Fork 36k
Closed
Labels
Description
I think it would be nice to have an off-axis camera projection method for PerspectiveCamera.
I've been trying to adapt code from headtrackr and HoloToy's main function
My headtrackr approach (which still doesn't work) is index.html in this repo, and my holotoy approach (through manually updating the camera's projectionMatrix) is index2.html
I'm so eager to get the 3d illusions possible through off-axis projections.
update: my StackOverflow question