jMonkeyEngine / jMonkeyEngine/sdk

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

Open
#583 1 comment 1 reaction 0 assignees View on GitHub

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.

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.