Examples of ElasticGrid


Examples of scenes.ElasticGrid

    nightShot = new GLTexture(this, OUTPUT_W, OUTPUT_H, GLTexture.FLOAT);
    ////////////////////////////////////////////////////
    // setup escene
    /////////////////////////////////////////////////////
    logger.info("CREATING ESCENE: ELASTIC GRID");
    serLiquido = new ElasticGrid( (PApplet) this, OUTPUT_W, OUTPUT_H);           
    ((ElasticGrid) serLiquido).setup();

   
    //////////////////////////////////////////////////////////
    logger.info("CREATING FACE LOADER");
View Full Code Here

Examples of scenes.ElasticGrid

    nightShot = new GLTexture(this, OUTPUT_W, OUTPUT_H, GLTexture.FLOAT);
    ////////////////////////////////////////////////////
    // setup escene
    /////////////////////////////////////////////////////
    logger.info("CREATING ESCENE: ELASTIC GRID");
    serLiquido = new ElasticGrid( (PApplet) this, OUTPUT_W, OUTPUT_H);           
    ((ElasticGrid) serLiquido).setup();


    //////////////////////////////////////////////////////////
    logger.info("CREATING FACE LOADER");
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.