Package com.ardor3d.extension.terrain.util

Examples of com.ardor3d.extension.terrain.util.ClipmapTerrainPicker


    }

    public void makePickable(final Class<? extends AbstractBresenhamTracer> tracerClass, final int maxChecks,
            final Vector3 initialSpacing) throws InstantiationException, IllegalAccessException {
        // init the terrain picker
        _picker = new ClipmapTerrainPicker(_clips, tracerClass, maxChecks, initialSpacing);
    }
View Full Code Here

TOP

Related Classes of com.ardor3d.extension.terrain.util.ClipmapTerrainPicker

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.