Project

General

Profile

« Previous | Next » 

Revision 0e1d3d2e

Added by Leszek Koltunski over 2 years ago

Extra API for QuatHelper.

View differences:

src/main/java/org/distorted/library/effect/VertexEffectSink.java
32 32
  {
33 33
  private static final EffectName NAME = EffectName.SINK;
34 34

  
35
  private Data1D mSink;
36
  private Data3D mCenter;
37
  private Data4D mRegion;
35
  private final Data1D mSink;
36
  private final Data3D mCenter;
37
  private final Data4D mRegion;
38 38

  
39 39
///////////////////////////////////////////////////////////////////////////////////////////////////
40 40
/**

Also available in: Unified diff