Package ponkOut.graphics

Examples of ponkOut.graphics.Sprite


    newCaption("GRAPHICS");
    newText("Christian Matt");

    moveText(30.0f);

    new Sprite(TextureManager.getInstance().getTexture("logos.tga"), new Color(1.0f, 1.0f, 1.0f, 0.8f),
        new Vector3f(-40.0f, textPosY, textPosZ), 80.0f, 40.0f, 0.0f, 1.0f, 0.5f, 1.0f, -45.0f, 0.0f, 0.0f,
        goManager);
  }
View Full Code Here

TOP

Related Classes of ponkOut.graphics.Sprite

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.