Project

General

Profile

« Previous | Next » 

Revision e6129574

Added by Leszek Koltunski almost 4 years ago

Progress with the Predeform app; deepCopy for the Meshes; various fixes.

View differences:

src/main/java/org/distorted/examples/predeform/PredeformActivity.java
34 34
import org.distorted.library.effect.Effect;
35 35
import org.distorted.library.effect.EffectName;
36 36
import org.distorted.library.effect.EffectType;
37
import org.distorted.library.effect.VertexEffect;
37 38
import org.distorted.library.type.Static4D;
38 39

  
39 40
import java.util.ArrayList;
......
230 231

  
231 232
    Effect effect = eff.createEffect();
232 233

  
233
    PredeformEffectList.addNew(effect);
234
    PredeformEffectList.addNew( (VertexEffect)effect );
234 235
    }
235 236

  
236 237
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff