Remove unused framebuffer include from basemodule.cpp and add model attribution comment in celestial_globe.asset

This commit is contained in:
benpm
2025-09-26 19:38:17 -06:00
parent a444119752
commit fbe1ae2848
2 changed files with 2 additions and 1 deletions

View File

@@ -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,

View File

@@ -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>