mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-02 17:51:35 -06:00
Update documentation string and remove unused include
This commit is contained in:
@@ -76,8 +76,8 @@ namespace openspace {
|
||||
documentation::Documentation RenderableBoxGrid::Documentation() {
|
||||
using namespace documentation;
|
||||
return {
|
||||
"RenderableSphericalGrid",
|
||||
"base_renderable_sphericalgrid",
|
||||
"RenderableBoxGrid",
|
||||
"base_renderable_boxgrid",
|
||||
{
|
||||
{
|
||||
GridMatrixInfo.identifier,
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include <openspace/properties/matrix/dmat4property.h>
|
||||
#include <openspace/properties/scalar/intproperty.h>
|
||||
#include <openspace/properties/vector/vec3property.h>
|
||||
#include <openspace/properties/vector/vec4property.h>
|
||||
#include <ghoul/opengl/ghoul_gl.h>
|
||||
|
||||
namespace ghoul::opengl {
|
||||
|
||||
Reference in New Issue
Block a user