Project

General

Profile

« Previous | Next » 

Revision 10d53839

Added by Leszek Koltunski over 7 years ago

Turn the former 'FOV' app into 'Projection' app that also checks the (x,y) the camera looks at.

View differences:

src/main/java/org/distorted/examples/starwars/StarWarsRenderer.java
113 113
    {
114 114
    mView = v;
115 115
     
116
    Distorted.setFov(60.0f);
116
    Distorted.setProjection(60.0f, 0.0f, 0.0f);
117 117
    }
118 118

  
119 119
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff