Project

General

Profile

« Previous | Next » 

Revision cacc63de

Added by Leszek Koltunski over 7 years ago

Fix Lint warnings, correct a lot of comments, adjust EffectListener interface.

View differences:

src/main/java/org/distorted/library/type/Dynamic3D.java
31 31
  {
32 32
  private Vector<Static3D> vv;
33 33
  private Static3D prev, curr, next;
34
/*
35
private float a0,a1,a2;
36
private float f0, f1;
37
private float b00,b01,b02;
38
private float b10,b11,b12;
39
private float b20,b21,b22;
40
private float oldTime;
41
*/
34

  
42 35
///////////////////////////////////////////////////////////////////////////////////////////////////
43 36
// no array bounds checking!
44 37
  

Also available in: Unified diff