Project

General

Profile

« Previous | Next » 

Revision 835b197e

Added by Leszek Koltunski almost 3 years ago

Move the information when was a EffectQueue last time evaluated from the EffectQueues all the way up to the Node which contains them.
The point: we need to reset this time back to 0 every time we attach the Node (and thus start evaluating the Queues inside)

View differences:

src/main/java/org/distorted/library/effect/VertexEffectRotate.java
31 31
  {
32 32
  private static final EffectName NAME = EffectName.VERTEX_ROTATE;
33 33

  
34
  private Data1D mAngle;
35
  private Data3D mAxis, mCenter;
34
  private final Data1D mAngle;
35
  private final Data3D mAxis, mCenter;
36 36

  
37 37
///////////////////////////////////////////////////////////////////////////////////////////////////
38 38
/**

Also available in: Unified diff