Skip to content
This repository was archived by the owner on Mar 2, 2018. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import com.projecttango.tangoutils.renderables.Trajectory;

/**
* OpenGL rendering class for the Motion Tracking API sample. This class managers the objects
* OpenGL rendering class for the Motion Tracking API sample. This class manages the objects
* visible in the OpenGL view which are the {@link CameraFrustum}, {@link CameraFrustumAndAxis},
* {@link Trajectory}, and the {@link Grid}. These objects are implemented in the TangoUtils library
* in the package {@link com.projecttango.tangoutils.renderables}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import com.projecttango.tangoutils.renderables.PointCloud;

/**
* OpenGL rendering class for the Motion Tracking API sample. This class managers the objects
* OpenGL rendering class for the Motion Tracking API sample. This class manages the objects
* visible in the OpenGL view which are the {@link CameraFrustum}, {@link PointCloud} and the
* {@link Grid}. These objects are implemented in the TangoUtils library in the package
* {@link com.projecttango.tangoutils.renderables}.
Expand Down