3dstreet icon indicating copy to clipboard operation
3dstreet copied to clipboard

orient user to north and other directions

Open kfarr opened this issue 1 year ago β€’ 1 comments

As a user I'd like to know which direction is north in my scene, and it would be nice to have a hint about which axis is which. (x+ positive is north)

Proposed solution:

  • something similar to viewhelper from three.js editor

https://github.com/mrdoob/three.js/blob/dev/examples/jsm/helpers/ViewHelper.js https://github.com/mrdoob/three.js/blob/dev/editor/js/Viewport.ViewHelper.js

example: Pasted image 20250108220045

kfarr avatar Jan 15 '25 19:01 kfarr

simpler idea:

  • instead of empty (blank) scene, place a stylized compass indicated north and x direction, perhaps incorporating grid or other styles such as semi transparent glass (a la vision pro) or subtle gray radial gradient similar to baked lighting
  • ground plane could be a set of preset options in environment such as grid, compass

kfarr avatar Feb 02 '25 07:02 kfarr