Skip to content

Commit b87e401

Browse files
committed
glTF icon to SVG
1 parent 323d01b commit b87e401

5 files changed

Lines changed: 23 additions & 3 deletions

File tree

jme3-blender/src/com/jme3/gde/blender/GLTFDataObject.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
import com.jme3.asset.ModelKey;
3535
import com.jme3.gde.core.assets.SpatialAssetDataObject;
36-
import com.jme3.scene.Spatial;
3736
import com.jme3.scene.plugins.gltf.GltfModelKey;
3837
import java.io.IOException;
3938
import org.openide.awt.ActionID;
@@ -58,8 +57,7 @@
5857
)
5958
@DataObject.Registration(
6059
mimeType = "model/gltf+json",
61-
iconBase = "com/jme3/gde/blender/glTF.png",
62-
//iconBase = "com/jme3/gde/blender/glTF_100px_June16.png",
60+
iconBase = "com/jme3/gde/blender/glTF.svg",
6361
displayName="#LBL_GLTF_LOADER",
6462
position=300
6563
)
-6.53 KB
Binary file not shown.
Lines changed: 22 additions & 0 deletions
Loading
-9.76 KB
Binary file not shown.
-12 KB
Binary file not shown.

0 commit comments

Comments
 (0)