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/VertexEffectWave.java
35 35
  {
36 36
  private static final EffectName NAME = EffectName.WAVE;
37 37

  
38
  private Data5D mWave;
39
  private Data3D mCenter;
40
  private Data4D mRegion;
38
  private final Data5D mWave;
39
  private final Data3D mCenter;
40
  private final Data4D mRegion;
41 41

  
42 42
///////////////////////////////////////////////////////////////////////////////////////////////////
43 43
/**

Also available in: Unified diff