-
Notifications
You must be signed in to change notification settings - Fork 788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS: Question about modify/delete mesh data #1369
Comments
When you do "Assemble" action, the optimized mesh is generated by this function: rtabmap/app/android/jni/RTABMapApp.cpp Lines 2697 to 2714 in 374df24
Then loaded in RAM afterwards with: rtabmap/app/android/jni/RTABMapApp.cpp Lines 3512 to 3521 in 374df24
Then shown in render loop here (added to opengl if not already): rtabmap/app/android/jni/RTABMapApp.cpp Lines 1421 to 1451 in 374df24
|
Hello, thank you for your great work.
I want to develop a volume measurement function, so I have to create closed meshes and add the clipping function.
However, I'm confused about which files and code chunks to manipulate to generate and remove the reconstructed meshes.
Do you have any suggestions?
The text was updated successfully, but these errors were encountered: