Get Z value of mesh from GLTF #13089
Replies: 1 comment 6 replies
-
You want the z value at specific points on the landscape right? Should this point be determined by the mouse position? If so, https://github.com/aevyrie/bevy_mod_picking might be an option |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
currently, I am trying to get the z value from a loaded GLTF file which is my landscape. I need this to spawn different objects on top of the landscape (like stones, trees, ...). However, I can't figure out a good way on how to do this...
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions