Project

General

Profile

« Previous | Next » 

Revision e4330c89

Added by Leszek Koltunski almost 7 years ago

Change of API: move setting the EGL context back to the APP.

View differences:

src/main/java/org/distorted/examples/projection/ProjectionRenderer.java
58 58
      { 
59 59
      mView   = view;
60 60
      mEffects= new DistortedEffects();
61
      mScreen = new DistortedScreen(mView);
61
      mScreen = new DistortedScreen();
62 62

  
63 63
      mVector = new Static3D(0,0,0);
64 64
      mPoint1 = new Static3D(0,0,0);

Also available in: Unified diff