Examples of EmitterMeshFaceShape


Examples of com.jme3.effect.shapes.EmitterMeshFaceShape

            switch (from) {
                case PART_FROM_VERT:
                    result.setShape(new EmitterMeshVertexShape());
                    break;
                case PART_FROM_FACE:
                    result.setShape(new EmitterMeshFaceShape());
                    break;
                case PART_FROM_VOLUME:
                    result.setShape(new EmitterMeshConvexHullShape());
                    break;
                default:
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.