mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-30 07:49:31 -05:00
Update comments about new renderable trail.
This commit is contained in:
@@ -302,8 +302,6 @@ void RenderableTrailNew::render(const RenderData& data) {
|
||||
renderLines(_vaoLocalID, 2);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
_programObject->deactivate();
|
||||
}
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user