From 6240a51173f53359a0d5ee897c7b9efeae257a22 Mon Sep 17 00:00:00 2001 From: "PSp..om" Date: Fri, 17 Feb 2012 00:02:46 +0000 Subject: [PATCH] Removed the loadStatsView and loadFpsText because they are essentially going away and because I couldn't see what changes were in this class to need the override. git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9153 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- .../test/jme3test/post/TestLightScattering.java | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/engine/src/test/jme3test/post/TestLightScattering.java b/engine/src/test/jme3test/post/TestLightScattering.java index 78fb67005..cd0795273 100644 --- a/engine/src/test/jme3test/post/TestLightScattering.java +++ b/engine/src/test/jme3test/post/TestLightScattering.java @@ -58,22 +58,6 @@ public class TestLightScattering extends SimpleApplication { app.start(); } - public void loadFPSText(){ - guiFont = assetManager.loadFont("Interface/Fonts/Default.fnt"); - fpsText = new BitmapText(guiFont, false); - fpsText.setSize(guiFont.getCharSet().getRenderedSize()); - fpsText.setLocalTranslation(0, fpsText.getLineHeight(), 0); - fpsText.setText("Frames per second"); - guiNode.attachChild(fpsText); - } - - public void loadStatsView(){ - statsView = new StatsView("Statistics View", assetManager, renderer.getStatistics()); -// move it up so it appears above fps text - statsView.setLocalTranslation(0, fpsText.getLineHeight(), 0); - guiNode.attachChild(statsView); - } - @Override public void simpleInitApp() { // put the camera in a bad position