mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-08 04:31:08 -06:00
Remove unused framebuffer include from basemodule.cpp and add model attribution comment in celestial_globe.asset
This commit is contained in:
@@ -13,6 +13,8 @@ local assetFolder = asset.resource({
|
||||
Version = 1
|
||||
})
|
||||
|
||||
-- Model CC0 from https://sketchfab.com/3d-models/celestial-globe-341fa8a777e94883841409438756f747
|
||||
|
||||
local Model = {
|
||||
Identifier = "celestial-globe",
|
||||
Parent = mars.Mars.Identifier,
|
||||
|
||||
@@ -74,7 +74,6 @@
|
||||
#include <modules/base/rendering/screenspacedate.h>
|
||||
#include <modules/base/rendering/screenspacetext.h>
|
||||
#include <modules/base/rendering/screenspacetimevaryingimageonline.h>
|
||||
#include <modules/base/rendering/screenspaceframebuffer.h>
|
||||
#include <modules/base/rendering/directionallightsource.h>
|
||||
#include <modules/base/rotation/constantrotation.h>
|
||||
#include <modules/base/rotation/fixedrotation.h>
|
||||
|
||||
Reference in New Issue
Block a user