Update comments about new renderable trail.

This commit is contained in:
Kalle Bladin
2016-08-23 17:58:59 -04:00
parent 3ec224061d
commit de7a60df9e
2 changed files with 4 additions and 4 deletions
@@ -302,8 +302,6 @@ void RenderableTrailNew::render(const RenderData& data) {
renderLines(_vaoLocalID, 2);
}
}
_programObject->deactivate();
}
+4 -2
View File
@@ -43,8 +43,10 @@ namespace opengl {
namespace openspace {
/**
* This class currently has a temporary name until it is merged
* with or replaces RenderableTrail.
* This class currently has a temporary name until it is merged with or replaces
* RenderableTrail. It renders the trail with higher precision close to the
* position of the body of a renderable. The lua mod dictionary describing the
* renderable trail is changed.
*/
class RenderableTrailNew : public Renderable {
public: