Search code examples
opengl-esgoogle-project-tangorajawali

Draw a tracing line with PointCloudRajawaliRenderer (Project Tango)


I am modifying the "java_point_cloud_example" program to plot a footprint of my past positions.

How can I draw a following line that traces my positions in OpenGL, which is similar to the "Odometry" app that Johnny used in his presentation? http://www.youtube.com/watch?v=yvgPrZNp4So&t=12m29s

following line

Or is the source code of this "Odometry" app available?


Solution

    1. The odometry app is not open sourced.
    2. Drawing lines in open gles 2.0 on Android.
    3. Drawing lines in Rajawalli (the rendering library used in Tango java example)