Package de.lv.jvoxgl.world

Examples of de.lv.jvoxgl.world.World


  public static World world;
 
  public static void main(String[] args){
    Log.setLogLevel(Log.LEVEL_DEBUG);
   
    world = new World(16, 256, 16);
    JVoxGL voxgl = new JVoxGL(world, 1024,768);
    JVoxGLTest.createChunk(world);
   
    ShaderProgram shader = new ShaderProgram(2);
    try {
View Full Code Here

TOP

Related Classes of de.lv.jvoxgl.world.World

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.