We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi guys, I noticed that the icons related to the Camera orientation of the 'User' Popup Menu choice items are missing.
User
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);
The text was updated successfully, but these errors were encountered:
It seems I deleted those 1.5 years ago without svg replacements.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: