Examples of EmptyParticleInfluencer


Examples of com.jme3.effect.influencers.EmptyParticleInfluencer

                case PART_PHYS_BOIDS:
                case PART_PHYS_KEYED:// TODO: support other influencers
                    LOGGER.warning("Boids and Keyed particles physic not yet supported! Empty influencer used!");
                case PART_PHYS_NO:
                default:
                    influencer = new EmptyParticleInfluencer();
            }
            result.setParticleInfluencer(influencer);
        }
        return result;
    }
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.