Updated pha asset with Gui name

This commit is contained in:
Gene Payne
2020-03-12 15:03:23 -06:00
committed by GitHub
parent 9017656f9b
commit 1ac7d20708

View File

@@ -2,7 +2,7 @@ local assetHelper = asset.require('util/asset_helper')
local sharedSssb = asset.require('./sssb_shared')
local filepath = sharedSssb.downloadSssbDatabaseFile(asset, 'pha', 'sssb_data_pha')
local object = sharedSssb.createSssbGroupObject("sssb_data_pha.csv", filepath, { 0.75, 0.2, 0.2 })
local object = sharedSssb.createSssbGroupObject('sssb_data_pha.csv', "Potentially Hazardous Asteroids", filepath, { 0.75, 0.2, 0.2 })
object.Renderable.Enabled = false
assetHelper.registerSceneGraphNodesAndExport(asset, { object })