Replies: 2 comments 1 reply
-
If it helps, here's my code: <title>One-Ton Cube</title>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't see anything wrong in your code, buy consider that a NFT Marker can be recognized until a certain distance, you can recreate the markers with more DPI, but not esagerate max 350, 400 DPI Is enough. I can not test your code because i am on holiday all the week...🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm making a very large cube with double-sided faces that people can walk into. I did this originally with the ARJS library and a large marker, but I'd rather implement ARnft's amazing ability to use images. I've hit a snag -- if I generate a cube and stretch it into a long bar, there seems to be a maximum back distance beyond the marker where the bar simply stops rendering. At first, I thought this was a Far Clipping Plane issue, but no matter how far back I push the Far Clipping Plane, the bar simply stops existing. I've added a spin to the bar so I can watch it hit this invisible barrier and vanish.
Does anyone know what I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions