Project

General

Profile

« Previous | Next » 

Revision f6fb3c6d

Added by Leszek Koltunski over 7 years ago

New DistortedRenderTarget - preparation for being able to render to any FBO (screen, offscreen pixmaps)

View differences:

src/main/java/org/distorted/library/DistortedProjection.java
32 32

  
33 33
///////////////////////////////////////////////////////////////////////////////////////////////////
34 34
   
35
  public DistortedProjection()
35
  DistortedProjection()
36 36
   {
37 37
   projectionMatrix = new float[16];   
38 38
   }
......
70 70
   
71 71
    depth = (int)((far-near)/2);
72 72
    }
73
  }
74

  
75
///////////////////////////////////////////////////////////////////////////////////////////////////
76
//
73
  }

Also available in: Unified diff