Ejemplo n.º 1
0
 public void render() {
   fft.render();
   setSceneTexture(fft.getDy());
 }
Ejemplo n.º 2
0
 public void init() {
   super.init();
   fft = new FastFourierTransform();
   fft.init();
 }