mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-14 15:40:19 -06:00
11 lines
451 B
Lua
11 lines
451 B
Lua
-- Please note that this scene/asset is not meant to be included anywhere directly and
|
|
-- OpenSpace will probably fail as soon as it gets to the initialization step, but at
|
|
-- least the synchronization will all work
|
|
|
|
local assetHelper = asset.require('../util/asset_helper')
|
|
|
|
assetHelper.requireAll(asset, '../customization')
|
|
assetHelper.requireAll(asset, '../scene')
|
|
assetHelper.requireAll(asset, '../spice')
|
|
assetHelper.requireAll(asset, '../util')
|