You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: VisualizerAlpha.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,32 @@ What's Available:
6
6
=================
7
7
First Alpha release will visualize a fixed model and allow users to test navigation of the 3D view, selection, lights, cameras, helper objects, taking snapshots and creating movies with the goal of zoning in on what functionality meets the needs of our target users. Two possible use cases of the visualizer are: embedded mode where it's embedded inside the Java Application UI, and the second is browser model to show OpenSim models on webpages. Keep both of these options in mind.
8
8
9
-
What to test:
10
-
==============
9
+
What to test, feedback needed on:
10
+
=================================
11
11
- Variety of Browsers, with focus on Chrome
12
12
- Variety of Platforms (Windows, OSX, Linux)
13
-
- Navigating the view window (pan, zoom, focus, refit.
13
+
- Navigating the view window (pan, zoom, focus, refit).
14
+
- Double click an object selects/focus
15
+
- What lights to include by default (included one directional light)?
16
+
- Would adding more cameras be useful? Switching between them?
17
+
- Orthographic Cameras?
18
+
- Multiple views, same scene?
19
+
- Translate, rotate, scale of Scene Geometry /Add-ons and lights etc.
14
20
- Take static snapshots
15
21
- Record Movies and play them back
16
22
- Control of display of items
17
23
- Clutter, or items that can/should be hidden/removed.
18
24
- Adding/removing/manipulating extra geometry, lights and Cameras
19
25
- Background images, floor patterns, and their control.
20
26
- Device specific gestures (pinch-zoom, touch-screen etc.)
27
+
- To record a Movie, select a Camera from scene tree.
28
+
- What clutter/options can be safely removed.
29
+
30
+
Some Tips:
31
+
==========
32
+
- Mouse left, mid, right to Rotate, Pan, Zoom. Wheel also zooms in/out
33
+
- Text boxes auto convert to spinners when dragging inside them.
0 commit comments