Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
sahithya.srini's avatar
sahithya.srini
Honored Guest
2 years ago

draw arc in 3d space dynamically - Android Native

Hi, I am a high school junior writing a meta quest app using native meta spacial SDK. I would like to draw a path kind of simulating where my entity can move around in 3D space. An example is showing path of a rocket in space.

Since the path can be dynamic, not sure if creating a GLTF is an option and instead thinking I will have to do this in Koltin (Java) using either meta SDK or Android SDK. Wondering if I should use "3D open GL" to draw  the "arc" or "curved tube" or any other better approach available.

 

Appreciate any guidance.