jMonkeyEngine / sdk

The jMonkeyEngine3 Software Development Kit based on Netbeans
BSD 3-Clause "New" or "Revised" License
314 stars 100 forks source link

User Camera View: missing icons Front, Back, Left, Right, Top, Bottom #583

Open capdevon opened 3 months ago

capdevon commented 3 months ago

Hi guys, I noticed that the icons related to the Camera orientation of the 'User' Popup Menu choice items are missing.

image

It seems that these icons are not present in the icons folder.

            ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/user.png", false);
    public static final ImageIcon bottomView =
            ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/bottom.png", false);
    public static final ImageIcon backView =
            ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/back.png", false);
    public static final ImageIcon topView =
            ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/top.png", false);
    public static final ImageIcon leftView =
            ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/left.png", false);
    public static final ImageIcon rightView =
            ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/right.png", false);
    public static final ImageIcon frontView =
            ImageUtilities.loadImageIcon("com/jme3/gde/core/icons/front.png", false);
neph1 commented 2 months ago

It seems I deleted those 1.5 years ago without svg replacements.