Package com.jme.scene.geometryinstancing.instance

Examples of com.jme.scene.geometryinstancing.instance.GeometryBatchCreator


    public TriMesh createVegetationMesh(float scale, int turnNumber, short size) {
        Quad q = new Quad("triMeshVegQuad", 1, 1);
        q.setTextureCoords(VegetationManager.VEGETATION_QUAD_TEXCOORDS);

        creator = new GeometryBatchCreator();

        verticeSize = turnNumber * 4 * size;
        Random rand = new Random();
        float orand = 0;
        float frand = 0;
View Full Code Here

TOP

Related Classes of com.jme.scene.geometryinstancing.instance.GeometryBatchCreator

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.