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/type/Dynamic3D.java
29 29

  
30 30
public class Dynamic3D extends Dynamic implements Data3D
31 31
  {
32
  private Vector<Static3D> vv;
32
  private final Vector<Static3D> vv;
33 33
  private Static3D prev, curr, next;
34 34

  
35 35
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff