374375376377378379380381
@Override public void init() { Lighting.init(); Camera.init(new Vector3f(0.0f, 0.0f, posZ)); cursor = new Cursor(new Color(0.4f, 0.5f, 1.0f), new Color(0.7f, 0.6f, 1.0f), 0.0f, 4.5f, -19.5f, 0.5f, goManager); }
706707708709710711712713714715
GameGraphicsObjectsManager.init(); Font.init(); Skybox.init(); Lighting.init(); cursor = new Cursor(new Color(0.4f, 0.5f, 1.0f), new Color(0.7f, 0.6f, 1.0f), -8.0f, -6.5f, -19.5f, 0.5f, goManager); rotateLeft(); }