Project

General

Profile

« Previous | Next » 

Revision 125cee3d

Added by Leszek Koltunski about 7 years ago

Progress with support for Effect classes.

View differences:

src/main/java/org/distorted/library/effect/VertexEffect.java
19 19

  
20 20
package org.distorted.library.effect;
21 21

  
22
import org.distorted.library.type.Data3D;
23
import org.distorted.library.type.Data4D;
24
import org.distorted.library.type.Dynamic;
25
import org.distorted.library.type.Static;
26

  
22 27
///////////////////////////////////////////////////////////////////////////////////////////////////
23 28

  
24 29
public abstract class VertexEffect extends Effect
......
32 37
  public static int SWIRL   = 4;
33 38
  public static int WAVE    = 5;
34 39

  
40
  Dynamic mDynamic0;
41
  Static mStatic0;
42
  Data3D mCenter;
43
  Data4D mRegion;
44

  
35 45
///////////////////////////////////////////////////////////////////////////////////////////////////
36 46

  
37 47
  public VertexEffect(int name, float[] unity, int dimension, boolean center, boolean region)

Also available in: Unified diff