SDK:
- update model importer hints git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9819 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
686dbc65d6
commit
74620f16f8
@ -24,7 +24,7 @@ ModelImporterVisualPanel2.jTextField1.text=/Models/MyModel
|
|||||||
ModelImporterVisualPanel2.jCheckBox1.text=copy original model file(s) to project folder
|
ModelImporterVisualPanel2.jCheckBox1.text=copy original model file(s) to project folder
|
||||||
ModelImporterVisualPanel2.jLabel1.text=Import to path:
|
ModelImporterVisualPanel2.jLabel1.text=Import to path:
|
||||||
ModelImporterVisualPanel2.jTextArea1.text=The model will be converted to j3o binary format and copied \nto the project folder including associated texture etc. files.\nThe given path will be used as the root folder for the model.\n\nIf you copy the original model files to the project folder you can re-convert the model at any time by double-clicking it.
|
ModelImporterVisualPanel2.jTextArea1.text=The model will be converted to j3o binary format and copied \nto the project folder including associated texture etc. files.\nThe given path will be used as the root folder for the model.\n\nIf you copy the original model files to the project folder you can re-convert the model at any time by double-clicking it.
|
||||||
ModelImporterVisualPanel1.jTextArea1.text=Note that the following requirements have to be met for a successful import:\n\n* The model format has to be supported, currently OBJ, OgreXML and Blender formats are supported\n\n* The model textures have to be in the same folder as the model or a subfolder\n\n* The textures have to be UV mapped textures\n\n* Only diffuse, normal, specular, parallax and light maps will be imported\n\n* No extended material settings will be imported\n\n* For animations be sure to have a single root bone
|
ModelImporterVisualPanel1.jTextArea1.text=Note that the following requirements have to be met for a successful import:\n\n* The model format has to be supported\n\n* The model textures have to be in the same folder as the model or a subfolder\n\n* The textures have to be UV mapped textures\n\n* Only diffuse, normal, specular, parallax and light maps will be imported\n\n* No extended material settings will be imported\n\n* For animations be sure to have a single root bone\n\n* For more information press F1
|
||||||
ModelImporterVisualPanel2.jLabel1.text_1=Asset List
|
ModelImporterVisualPanel2.jLabel1.text_1=Asset List
|
||||||
ModelImporterVisualPanel2.jLabel2.text=Assets failed to load
|
ModelImporterVisualPanel2.jLabel2.text=Assets failed to load
|
||||||
ModelImporterVisualPanel2.statusLabel.text=jLabel3
|
ModelImporterVisualPanel2.statusLabel.text=jLabel3
|
||||||
|
@ -66,8 +66,8 @@
|
|||||||
<SubComponents>
|
<SubComponents>
|
||||||
<Component class="javax.swing.JTextArea" name="jTextArea1">
|
<Component class="javax.swing.JTextArea" name="jTextArea1">
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="columns" type="int" value="20"/>
|
|
||||||
<Property name="editable" type="boolean" value="false"/>
|
<Property name="editable" type="boolean" value="false"/>
|
||||||
|
<Property name="columns" type="int" value="20"/>
|
||||||
<Property name="lineWrap" type="boolean" value="true"/>
|
<Property name="lineWrap" type="boolean" value="true"/>
|
||||||
<Property name="rows" type="int" value="5"/>
|
<Property name="rows" type="int" value="5"/>
|
||||||
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||||
|
@ -122,8 +122,8 @@ public final class ModelImporterVisualPanel1 extends JPanel {
|
|||||||
jPanel1.setPreferredSize(new java.awt.Dimension(320, 320));
|
jPanel1.setPreferredSize(new java.awt.Dimension(320, 320));
|
||||||
jPanel1.setLayout(new javax.swing.BoxLayout(jPanel1, javax.swing.BoxLayout.LINE_AXIS));
|
jPanel1.setLayout(new javax.swing.BoxLayout(jPanel1, javax.swing.BoxLayout.LINE_AXIS));
|
||||||
|
|
||||||
jTextArea1.setColumns(20);
|
|
||||||
jTextArea1.setEditable(false);
|
jTextArea1.setEditable(false);
|
||||||
|
jTextArea1.setColumns(20);
|
||||||
jTextArea1.setLineWrap(true);
|
jTextArea1.setLineWrap(true);
|
||||||
jTextArea1.setRows(5);
|
jTextArea1.setRows(5);
|
||||||
jTextArea1.setText(org.openide.util.NbBundle.getMessage(ModelImporterVisualPanel1.class, "ModelImporterVisualPanel1.jTextArea1.text")); // NOI18N
|
jTextArea1.setText(org.openide.util.NbBundle.getMessage(ModelImporterVisualPanel1.class, "ModelImporterVisualPanel1.jTextArea1.text")); // NOI18N
|
||||||
|
Loading…
x
Reference in New Issue
Block a user