mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-09 05:00:42 -06:00
small fixes
This commit is contained in:
@@ -9,6 +9,7 @@ asset.require('scene/solarsystem/planets')
|
||||
asset.require('scene/solarsystem/dwarf_planets/pluto/pluto')
|
||||
asset.require('scene/solarsystem/dwarf_planets/pluto/pluto_trail')
|
||||
asset.request('scene/digitaluniverse/stars')
|
||||
asset.request('scene/digitaluniverse/milkyway')
|
||||
asset.request('customization/globebrowsing')
|
||||
asset.request('scene/digitaluniverse/grids')
|
||||
|
||||
|
||||
@@ -39,7 +39,8 @@ local siteColorMap = {
|
||||
|
||||
-- stationMap
|
||||
-- SiteColor: determines color of the signals going to this station
|
||||
-- Size: The height of the station, either 34 or 70m for modern stations
|
||||
-- Size: The height of the station, approximately the same as their
|
||||
-- dish diameter size which is 34m or 70m for modern stations
|
||||
local stationMap = {
|
||||
DSS13 = {
|
||||
SiteColor = "GoldstoneColor",
|
||||
|
||||
@@ -407,7 +407,7 @@ void RenderableSignals::update(const UpdateData& data) {
|
||||
GL_ARRAY_BUFFER,
|
||||
_vertexArray.size() * sizeof(float),
|
||||
_vertexArray.data(),
|
||||
GL_STATIC_DRAW
|
||||
GL_DYNAMIC_DRAW
|
||||
);
|
||||
|
||||
updateVertexAttributes();
|
||||
|
||||
Reference in New Issue
Block a user