Package net.anzix.fsz.voxelworld

Examples of net.anzix.fsz.voxelworld.VoxelWorld


        this._wireframeState = _wireframeState;
        this._canvas = _canvas;
        this._logicalLayer = _logicalLayer;

        //proceduralTerrain = new ProceduralTerrain();
        voxelworld = new VoxelWorld(_timer);
        this._passManager = passManager;
    }
View Full Code Here

TOP

Related Classes of net.anzix.fsz.voxelworld.VoxelWorld

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.