Icons for "close up", "look over shoulder point of view", etc.

Started by
3 comments, last by Nagle 1 year, 3 months ago

I need to make some icons that will be recognized. I'm writing a metaverse client. Here I'm looking for advice on game conventions.

  • Go to close up view – for when you want to zoom on something. Magnifying glass? Web design uses that for “search” now. Rectangular magnifying glass? Who knows what that is?
  • Viewpoint options - first person, over shoulder, above head, face to face. Second Life has a bunch of tiny, fuzzy icons for these, and people just click randomly until they find something they like.
Advertisement

Nagle said:
Magnifying glass? Web design uses that for “search” now.

You could put a plus into the glass. That's often used in painting programs like Photoshop or Paint.

Nagle said:
Viewpoint options - first person, over shoulder, above head, face to face.

You could show a simplified human (like on traffic signs) in side view, inside a circle. The center of the circle is where the camera is, so the human appears at different places for each perspective.
It's intuitive at least after people have figured out what those buttons mean.

You could also draw an eye / camera / or frustum, but i guess that's too much details for an icon.

Second Life GUI, 2x size

I'm trying to do better than this. That's 2X size. All these just control the camera.

  • The arrows in the circle do “orbit camera”.
  • The arrows in the square do “move camera”
  • The three blurry humanoid figures indicate which camera position is in use.
  • Magnifier is “zoom in”.
  • Vertical slider is “zoom”
  • The “mouse” symbol puts you into “mouselook” mode, where the mouse drives the camera.
  • The circular arrow resets to defaults.
  • The “position”, “use presets”, and “gear” buttons bring up dialogs with more options.
  • “?” opens a help page.
  • I haven't tried the “placemark” icon.

You can resize this thing by dragging the lower right corner. It doesn't help.

So basically we have two joystick-like controls, a a slider, a six button set of radio buttons, and some other miscellaneous buttons.

I'm thinking of, first, having a “More…" button that brings up a dialog for all of those elements at the bottom, just to declutter things a bit. Those are hardly ever used. The zoom slider duplicates the mouse thumbwheel. If I can sense that a thumbwheel mouse is connected, I may make that disappear. Then we have a 6-button set that needs to be made to look like it's a 1 of N selection. I'm tempted to make that a text dropdown - hover text is “Viewpoint”, and options are “Over shoulder”, “Above head”, “Face”, “Closeup”, “Mouselook”, and “Reset”. Trying to do that with tiny icons just doesn't work.

All this goes in a bottom toolbar that disappears when not in use. Moving the mouse cursor to the top or bottom of the screen makes the toolbar and top menu bar appear. Otherwise you have a clean screen.

Comments.

This topic is closed to new replies.

Advertisement