Display fixed AxesHelper at corner of Canvas #1101
Unanswered
noelmathewisaac
asked this question in
Q&A
Replies: 2 comments
-
I think this is better suited to our discussions board |
Beta Was this translation helpful? Give feedback.
0 replies
-
Solved: This fiddle had exactly what I was looking for - https://codesandbox.io/s/react-three-fiber-viewcube-forked-pgm9m |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to display a fixed AxesHelper at the corner of the Canvas like this:

Simply adding an AxesHelper with
<axesHelper />
does not work as it is not independent of other objects and its location can be changed. This fiddle has a working example, similar to what I want which uses a second scene and second camera in three.js to achieve the effect.I am not sure how to use multiple scenes and translate this to react-three-fiber. Any help will be appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions