sdk icon indicating copy to clipboard operation
sdk copied to clipboard

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

Open capdevon opened this issue 2 years ago • 1 comments

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);

capdevon avatar Mar 16 '24 15:03 capdevon

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

neph1 avatar Apr 29 '24 18:04 neph1