Jump to content

Mesh update at runtime


photo

Recommended Posts

In an upcoming project we are discussing the possibility to integrate a SLAM  sensor outcome (both 3d data and location/direction) into a 3d visualization with data augmenting real visuals.

Just as example looking at this video you see a mesh is created during person walk in the location.

Since SLAM sensor will export 3d data in form of point cloud or mesh, was wondering if will be possible to update at runtime a visualized mesh, or we will need to reload every few frames the whole new created mesh.

 

Edited by davide445
Link to comment

@morbidsince SLAM algo will result in a point cloud, will be possible to implement a dynamically loaded point cloud, or will be better to first transform all in mesh (but we will need to manage the related meshing problems)?

Was reading about a couple of forumeers working on point cloud visualization, but not sure if their solution might be useful for a dynamic loading.

 

 

Link to comment

Hi Davide,

It's not possible to say which approach will fit your needs, the information provided is not enough. You need test different theories and see how it goes in practice. Maybe some hybrid rendering will be better (like meshes for small and non-detailed objects and gpu-particles for other). 

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
×
×
  • Create New...