|
@@ -98,8 +98,8 @@ public class LightsDebugState extends BaseAppState {
|
|
@Override
|
|
@Override
|
|
protected void initialize(Application app) {
|
|
protected void initialize(Application app) {
|
|
|
|
|
|
|
|
+ this.viewPort = app.getRenderManager().createMainView("LightsDebugView", app.getCamera());
|
|
this.assetManager = app.getAssetManager();
|
|
this.assetManager = app.getAssetManager();
|
|
- viewPort = app.getRenderManager().createMainView("EnvDebugView", app.getCamera());
|
|
|
|
debugNode = new Node("LightsDebugNode");
|
|
debugNode = new Node("LightsDebugNode");
|
|
|
|
|
|
debugMaterial = new Material(assetManager, "Common/MatDefs/Misc/Unshaded.j3md");
|
|
debugMaterial = new Material(assetManager, "Common/MatDefs/Misc/Unshaded.j3md");
|