mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-26 14:58:51 -06:00
fixes for vesta and orionnebula_model spheres
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user