fixes for vesta and orionnebula_model spheres

This commit is contained in:
Micah Acinapura
2022-11-11 14:21:58 -05:00
parent 94d36bd43e
commit 0cbb9ec562
2 changed files with 3 additions and 1 deletions

View File

@@ -53,10 +53,12 @@ local OrionNebulaModel = {
Scale = 0.67500000
}
},
InteractionSphere = 0.8,
Renderable = {
Type = "RenderableModel",
GeometryFile = sync .. "orion_nebula.obj",
Opacity = 1.0,
BoundingSphereRadius = 35999998699110400/2,
DisableFaceCulling = false,
SpecularIntensity = 0.0,
AmbientIntensity = 0.0,

View File

@@ -51,7 +51,7 @@ local Vesta = {
Renderable = {
Type = "RenderableModelProjection",
GeometryFile = models .. "VestaComet_5000.obj",
BoundingSphereRadius = 10.0,
BoundingSphereRadius = 262000,
Projection = {
Sequence = images,
SequenceType = "image-sequence",