From 07c1554f3a46b0bc97e87dc5159a8416ac2c0b9d Mon Sep 17 00:00:00 2001 From: "nor..67" Date: Sun, 27 Nov 2011 03:05:44 +0000 Subject: [PATCH] SDK: - add TerrainLighting.j3md to material editor default list git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8818 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- .../multiview/MaterialEditorTopComponent.form | 16 ++++++++-------- .../multiview/MaterialEditorTopComponent.java | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/sdk/jme3-materialeditor/src/com/jme3/gde/materials/multiview/MaterialEditorTopComponent.form b/sdk/jme3-materialeditor/src/com/jme3/gde/materials/multiview/MaterialEditorTopComponent.form index a396d0337..14fb68d7e 100644 --- a/sdk/jme3-materialeditor/src/com/jme3/gde/materials/multiview/MaterialEditorTopComponent.form +++ b/sdk/jme3-materialeditor/src/com/jme3/gde/materials/multiview/MaterialEditorTopComponent.form @@ -89,8 +89,8 @@ - - + + @@ -100,7 +100,7 @@ - + @@ -120,8 +120,8 @@ - - + + @@ -276,12 +276,12 @@ - + - + @@ -353,7 +353,7 @@ - + diff --git a/sdk/jme3-materialeditor/src/com/jme3/gde/materials/multiview/MaterialEditorTopComponent.java b/sdk/jme3-materialeditor/src/com/jme3/gde/materials/multiview/MaterialEditorTopComponent.java index 1f99d6e74..963093218 100644 --- a/sdk/jme3-materialeditor/src/com/jme3/gde/materials/multiview/MaterialEditorTopComponent.java +++ b/sdk/jme3-materialeditor/src/com/jme3/gde/materials/multiview/MaterialEditorTopComponent.java @@ -539,6 +539,7 @@ public final class MaterialEditorTopComponent extends CloneableTopComponent impl jComboBox1.addItem("Common/MatDefs/Misc/Particle.j3md"); jComboBox1.addItem("Common/MatDefs/Misc/Sky.j3md"); jComboBox1.addItem("Common/MatDefs/Gui/Gui.j3md"); + jComboBox1.addItem("Common/MatDefs/Terrain/TerrainLighting.j3md"); jComboBox1.addItem("Common/MatDefs/Terrain/Terrain.j3md"); // jComboBox1.addItem("Common/MatDefs/Misc/ShowNormals.j3md"); jComboBox1.setSelectedItem(selected);