Package com.ardor3d.extension.interact.filter

Examples of com.ardor3d.extension.interact.filter.PlaneBoundaryFilter


                }));

        // add some filters
        manager.addFilter(new MinMaxScaleFilter(1.0, 10.0));
        manager.addFilter(new AllowScaleFilter(false, true, false));
        manager.addFilter(new PlaneBoundaryFilter(new Plane(Vector3.UNIT_Y, 0)));
    }
View Full Code Here

TOP

Related Classes of com.ardor3d.extension.interact.filter.PlaneBoundaryFilter

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.