Package com.neophob.sematrix.core.effect

Examples of com.neophob.sematrix.core.effect.TextureDeformation.update()


        if (eff.getId() == EffectName.TEXTURE_DEFORMATION.getId()) {
          TextureDeformation td = (TextureDeformation)eff;
          for (int i=0;i<16;i++) {
            td.changeLUT(i);
              td.update();
              td.getBuffer(v.getBuffer());
          }
        }

       
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.