Package Engine.ParticelSystem

Examples of Engine.ParticelSystem.ParticleEmitter


    // grass = new Grass(this);
    // engine.AddRenderComponent(grass);
    colordarkness = new Color(Color.white);
    mobmgr = new MobManager(this);
    Random random = new Random();
    emitter = new ParticleEmitter(engine);
    emitter.setParticleconfig(new ParticleConfiguration("fire"));
    emitter.XPosition = 710;
    emitter.YPosition = 340;

    engine.AddRenderComponent(emitter);
View Full Code Here

TOP

Related Classes of Engine.ParticelSystem.ParticleEmitter

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.