mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 03:00:58 -06:00
Merge pull request #1706 from OpenSpace/feature/model-update
Update .osmodels
This commit is contained in:
@@ -2,7 +2,7 @@ local models = asset.syncedResource({
|
||||
Name = "Apollo Models",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "apollo_models",
|
||||
Version = 3
|
||||
Version = 4
|
||||
})
|
||||
|
||||
asset.export('models', models)
|
||||
|
||||
@@ -23,7 +23,7 @@ local model = asset.syncedResource({
|
||||
Name = "JWST Model",
|
||||
Type = "HttpSynchronization",
|
||||
Identifier = "jwst_model",
|
||||
Version = 1
|
||||
Version = 2
|
||||
})
|
||||
|
||||
local band = asset.syncedResource({
|
||||
@@ -111,7 +111,7 @@ local JWSTModel = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = model .. "/JWSTFBX.osmodel",
|
||||
GeometryFile = model .. "/JWST.osmodel",
|
||||
ModelScale = "Foot",
|
||||
InvertModelScale = true,
|
||||
EnableAnimation = true,
|
||||
@@ -240,7 +240,7 @@ local JWSTLaunchModel = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableModel",
|
||||
GeometryFile = model .. "/JWSTFBX.osmodel",
|
||||
GeometryFile = model .. "/JWST.osmodel",
|
||||
ModelScale = "Foot",
|
||||
InvertModelScale = true,
|
||||
EnableAnimation = true,
|
||||
|
||||
Submodule ext/ghoul updated: 57e96a6a8d...1febcfdee2
Reference in New Issue
Block a user