update pioneer model to include textures

This commit is contained in:
Micah
2021-08-03 12:37:38 -04:00
parent 53c05ef1af
commit 96c0b36c54

View File

@@ -5,16 +5,12 @@ local modelFolder = asset.syncedResource({
Name = "Pioneer 10/11 Models",
Type = "HttpSynchronization",
Identifier = "pioneer_10_11_model",
Version = 2
Version = 3
})
local ModelRenderable = {
Type = "RenderableModel",
Geometry = {{
Type = "MultiModelGeometry",
GeometryFile = modelFolder .. "/Pioneer.obj",
ColorTexture = modelFolder .. "/gray.png"
}},
GeometryFile = modelFolder .. "/pioneer.fbx",
LightSources = assetHelper.getDefaultLightSources(
sunTransforms.SolarSystemBarycenter.Identifier
)