Package scenes

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


    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

Related Classes of scenes.ElasticGrid

Copyright © 2018 www.massapicom. 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.