Project

General

Profile

« Previous | Next » 

Revision fe59d375

Added by Leszek Koltunski about 7 years ago

Change the the render() API!

THis introduces some regressions with the Effects3D app.

View differences:

src/main/java/org/distorted/examples/effects3d/Effects3DActivity.java
249 249
    mSupportsRegion = supports;
250 250
    }
251 251

  
252
///////////////////////////////////////////////////////////////////////////////////////////////////
253

  
254
  public static boolean supportsRegion()
255
    {
256
    return mSupportsRegion;
257
    }
258

  
259 252
///////////////////////////////////////////////////////////////////////////////////////////////////
260 253

  
261 254
  public static void setSupportsCenter(boolean supports)
......
263 256
    mSupportsCenter = supports;
264 257
    }
265 258

  
266
///////////////////////////////////////////////////////////////////////////////////////////////////
267

  
268
  public static boolean supportsCenter()
269
    {
270
    return mSupportsCenter;
271
    }
272

  
273 259
///////////////////////////////////////////////////////////////////////////////////////////////////
274 260

  
275 261
  public Bitmap getBitmap()

Also available in: Unified diff