Edit June 2020: Since Shapespark 1.16.0, a more convenient way to add room names to top and orbit views is the Change view
extension (instead of the Open URL
extension described in this post).
Shapespark 1.8.1 adds support for a new anchor type sprite
. Sprites are rectangles with text or icon that always face the camera.
You can use such anchors for room names annotations in top or orbit views, like here:
You can configure a click in the text to trigger a teleport to one of the existing views. Here is how to do it:
-
From the
Viewer
tab add extension and selectOpen URL
as the extension type:
-
In the
URL
input enter the following:./#view=NameOfAnExistingView
and keep theNew window
unchecked. This will activate a teleport to the view when the anchor is clicked. -
Configure the anchor:
Set theType
toSprite
, enter any text. Increase theZ
to place the anchor above the ceiling, so it is not visible when the camera is in the rooms.
Room names annotations look best if all of them have the same height of the text (Height
setting) and the sameZ
coordinate. -
Save the scene and test the anchor in the preview mode (in the edit mode
Open URL
always opens a new browser window, which doesn’t allow to test the teleport).