goManager = new GraphicsObjectsManager();
scrollPos = 0.0f;
WorldText ponkOutText = new WorldText("PonkOut", 15.0f, new Color(0.8f, 0.8f, 1.0f, 0.8f), new Vector3f(0.0f,
0.0f, -150.0f), -45.0f, 0.0f, 0.0f, goManager);
ponkOutText.translate(-0.5f * ponkOutText.getWidth(), 0.0f, 0.0f);
textPosY = -40.0f;
textPosZ = -130.0f;
newCaption("PROGRAMMING");
newText("Christian Matt");
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);
}