sdk
sdk copied to clipboard
User Camera View: missing icons Front, Back, Left, Right, Top, Bottom
Hi guys,
I noticed that the icons related to the Camera orientation of the 'User' Popup Menu choice items are missing.
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);
It seems I deleted those 1.5 years ago without svg replacements.