Project

General

Profile

« Previous | Next » 

Revision d76638f1

Added by Leszek Koltunski almost 7 years ago

Small API simplification.

View differences:

src/main/java/org/distorted/examples/effects3d/Effects3DActivity.java
424 424

  
425 425
  public void Create(View v)
426 426
    {
427
    DistortedEffects.setMaxVertex(20);    // those have to be called before
428
    DistortedEffects.setMaxFragment(3);   // any DistortedEffect get created!
427
    DistortedEffects.setMax(EffectType.VERTEX ,20);    // those have to be called before
428
    DistortedEffects.setMax(EffectType.FRAGMENT,3);    // any DistortedEffect get created!
429 429

  
430 430
    if( mObjectType==1 )
431 431
      {

Also available in: Unified diff