Skip to content
New issue

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

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

Open
capdevon opened this issue Mar 16, 2024 · 1 comment
Open

Comments

@capdevon
Copy link
Contributor

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
Copy link
Contributor

neph1 commented Apr 29, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants