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: docs/content/reference/viewer/viewport.md
+13-27
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ title: Viewport
3
3
order: 4
4
4
---
5
5
6
-
The viewport is a flexible area where you can arrange your Space Views:
7
-
You can grab the title of any Space View to dock it to different parts of the viewport or to form tabs.
6
+
The viewport is a flexible area where you can arrange your Views, sometimes also referred to as Space Views.
7
+
You can grab the title of any View to dock it to different parts of the viewport or to form tabs.
8
8
9
9
View controls
10
10
-------------
@@ -14,35 +14,21 @@ View controls
14
14
</picture>
15
15
16
16
17
-
Clicking on the title of a Space View has the same effect as selecting it in the [Blueprint view](blueprint.md)
17
+
Clicking on the title of a View has the same effect as selecting it in the [Blueprint view](blueprint.md)
18
18
and will show additional information & settings in the [Selection view](selection.md) or other means.
19
19
20
-
For more information on how to navigate a specific Space View, hover its help icon at the top right corner.
20
+
For more information on how to navigate a specific View, hover its help icon at the top right corner.
21
21
22
-
The maximize button makes a single Space View fill the entire viewport.
23
-
Only one Space view can be maximized at a time.
22
+
The maximize button makes a single View fill the entire viewport.
23
+
Only one view can be maximized at a time.
24
24
25
25
26
-
Space View Classes
26
+
View Classes
27
27
---------------------------
28
-
Rerun distinguishes various Space Views classes:
29
-
30
-
* 2D
31
-
* General 2D content like images, lines, points, boxes, etc.
32
-
* 3D
33
-
* 3D scene with cameras, meshes, points, lines etc.
34
-
* Tensor
35
-
* Tensor view with support for arbitrary dimensionality.
36
-
* Text log
37
-
* Text over time.
38
-
* Text Document
39
-
* Shows a single markdown or raw text document.
40
-
* Time series plot
41
-
* Scalars over time.
42
-
* Bar chart
43
-
* Bar-chart lots made from 1D tensor data.
44
-
45
-
Which class is used is determined upon creation of a Space View.
46
-
47
-
The Space View class determines which Entities it can display, how it displays them and the way they can be interacted with.
28
+
Rerun distinguishes various different built-in Views classes.
29
+
The class of a view determines which visualizers are available and thus what data can be displayed, how it will be shown and the way they can be interacted with.
30
+
31
+
There are a variety of classes to choose from, for an overview check the blueprint type documentation on [Views](../../reference/types/views.md).
32
+
Which class a View uses is always determined upon creation.
33
+
48
34
To learn more about the _internals_ of how Space View classes work, check the [guide on Viewer extensions](../../howto/extend.md).
0 commit comments