LiDAR VR Viewer
App ID | com.ifp.liag.lidarviewer |
Size | 3.7 MB |
Version | 3.68 |
Updated | 2020-01-14 |
Developer | Jules Morel |
Apps in the Same Category:
- Pluto TV 5.17.0
- GYAO! – 無料動画アプリ
- Download Now:GOmovies App APK Latest Version 2023
- Airtel Xstream 1.54.0
- Movs4u | موفيز فور يو | مشاهدة الافلام مباشرة
- One Block Map for Minecraft 2.0
- WATCHED 1.5.1
- Кинопоиск 6.31.4
- Anime Center 1.5.8
- TPlayer 5.8b
A scientific paper describing this app has been published in the proceedings of the 11th International Conference on Computer Graphics, Visualization, Computer Vision and Image Processing (2017)
Features :
• Developed for virtual reality head mounted displays such has Google Cardboard
• All-native rendering utilizing OpenGL ES 2.0
• Supports point cloud ASCII files
• Colors the points from elevation, intensity or RGB values
• Supports point cloud with normals, rendered as surfel (work in progress)
• Supports point clouds up to few millions points (depends on the smartphone GPU)
• Supports surface mesh Wavefront .obj files
• Control camera movement with Blue-tooth controller or touchscreen
• * New * Demo files download-able from the start screen
• * New * Button mapping of blue-tooth controller detailed in the start screen menu
• * New * Casting mode to broadcast the 3D model on TV (requires a controller)
Note :
The currently supported input ASCII files are as follows, without header (The columns must be separated by space character : ” “)
• 3 columns X Y Z :
1.234 2.567 3.891
• 4 columns X Y Z intensity (float) :
1.234 2.567 3.891 0.2
• 6 columns X Y Z R G B [0-255] :
1.234 2.567 3.891 125 250 135
• 6 columns X Y Z Nx Ny Nz (coordinates + normals):
1.234 2.567 3.891 0.11 0.07 0.91