Examples of PlaneBoundaryFilter


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
Copyright © 2018 www.massapi.com. 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.