More scene cleanup

This commit is contained in:
Alexander Bock
2017-07-27 17:54:44 -04:00
parent 5ca44d4aa1
commit e64a4b6079
24 changed files with 0 additions and 51 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

@@ -1,17 +0,0 @@
return {
-- SphericalGrid module
{
Name = "SphericalGrid",
Parent = "Root",
Renderable = {
Type = "RenderableSphericalGrid",
GridType = "ECLIPJ2000",
GridColor = { 0.4, 0.0, 0.0, 1},
GridMatrix = { -0.05487554, 0.4941095, -0.8676661 , 0.0,
-0.9938214 , -0.1109906, -0.0003515167, 0.0,
-0.09647644, 0.8622859, 0.4971472 , 0.0,
0.0 , 0.0 , 0.0 , 1.0 },
GridSegments = 36,
}
}
}
@@ -1,17 +0,0 @@
return {
-- SphericalGrid module
{
Name = "SphericalGrid",
Parent = "Root",
Renderable = {
Type = "RenderableSphericalGrid",
GridType = "ICRF",
GridColor = { 0.0, 0.0, 0.4, 1},
GridMatrix = { -0.05487554, 0.4941095, -0.8676661, 0.0,
-0.8734371 , -0.4448296, -0.1980764, 0.0,
-0.483835 , 0.7469823, 0.4559838, 0.0,
0.0 , 0.0 , 0.0 , 1.0 },
GridSegments = 36,
}
}
}
@@ -1,17 +0,0 @@
return {
-- gridGalactic module
{
Name = "gridGalactic",
Parent = "SolarSystem",
Renderable = {
Type = "RenderableSphericalGrid",
GridType = "GALACTIC",
GridColor = { 0.0, 0.4, 0.4, 1},
GridMatrix = { 1.0, 0.0, 0.0, 0.0,
0.0, 1.0, 0.0, 0.0,
0.0, 0.0, 1.0, 0.0,
0.0, 0.0, 0.0, 1.0 },
GridSegments = 36,
}
}
}