Package com.googlecode.jumpnevolve.graphics.world

Examples of com.googlecode.jumpnevolve.graphics.world.SimulatedWorld


   
    final Body figure = world.addFigure(0, 0);
   
    // Nachdem die Einstellungen für die physikalische Welt erledigt sind,
    // kommen nun Einstellungen für das Level
    this.simulatedWorld = new SimulatedWorld(this);
   
    // Wasserfalleffekt einfügen
    this.simulatedWorld.add(new ParticleEffect(new Vector2f(97.5f, -1.0f), new FogEmitterFactory()));
    this.simulatedWorld.add(new ParticleEffect(new Vector2f(97.5f, -40.0f), new WaterfallEmitterFactory(36.0f)));
   
View Full Code Here

TOP

Related Classes of com.googlecode.jumpnevolve.graphics.world.SimulatedWorld

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.