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