jMonkeyEngine / jMonkeyEngine/sdk
User Camera View: missing icons Front, Back, Left, Right, Top, Bottom
Open
Nobody has claimed this yet.
icons
- Dominant language
- Java
- Stars
- 348
- Forks
- 104
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 3
Description
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);
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the icons under com/jme3/gde/core/icons and the User popup menu code that loads bottom.png, back.png, top.png, left.png, right.png, and front.png. Confirm which assets are missing and verify that the Camera orientation choices display their icons when the menu is opened.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100