Examples of EmitterMeshConvexHullShape


Examples of com.jme3.effect.shapes.EmitterMeshConvexHullShape

                    break;
                case PART_FROM_FACE:
                    result.setShape(new EmitterMeshFaceShape());
                    break;
                case PART_FROM_VOLUME:
                    result.setShape(new EmitterMeshConvexHullShape());
                    break;
                default:
                    LOGGER.warning("Default shape used! Unknown emitter shape value ('from' parameter: " + from + ')');
            }
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.