Project

General

Profile

« Previous | Next » 

Revision 310e14fb

Added by Leszek Koltunski almost 7 years ago

Some progress with Effect classes.

Big mess - nothing compiles now; classes moved around.

View differences:

src/main/java/org/distorted/library/effect/VertexEffect.java
25 25
import org.distorted.library.type.Static;
26 26

  
27 27
///////////////////////////////////////////////////////////////////////////////////////////////////
28
// VERTEX EFFECTS
29
// 12 Uniforms: 5 per-effect interpolated values, 3-dimensional center, 4-dimensional Region
28 30

  
29 31
public abstract class VertexEffect extends Effect
30 32
  {
......
63 65

  
64 66
///////////////////////////////////////////////////////////////////////////////////////////////////
65 67

  
66
  static boolean isUnity(int name, float[] buffer, int index)
68
  public static boolean isUnity(int name, float[] buffer, int index)
67 69
    {
68 70
    switch(mUnityDim[name])
69 71
      {

Also available in: Unified diff