ORBITER-FORUM will be temporarily closed at 2026-07-23 18:00 UTC while we complete some OF maintenance tasks. The amount of downtime is expected to take up to one hour, but probably less.
docking_lightfront = (SpotLight*)AddSpotLight(_V(0, 1.4, 2.5), _V(0, -1, 1), 5, 1e-2, 0, 1e-2, RAD * 5, RAD * 10, col_white, col_white, col_a);
docking_lightaft = (SpotLight*)AddSpotLight(_V(0, 1, -2.2769), _V(0, -1, -1), 5, 1e-2, 0, 1e-1, RAD * 5, RAD * 10, col_white, col_white, col_a);
SpiderLEM::SpiderLEM (OBJHANDLE hVessel, int flightmodel)
: VESSEL4 (hVessel, flightmodel)/*, autopilot ()*/
....
mh_descent = oapiLoadMeshGlobal ("NEWALPACA\\NEWALPACAMAIN");
mh_VC = oapiLoadMeshGlobal("NEWALPACA\\NEWALPACAVC");
mh_cover = oapiLoadMeshGlobal("NEWALPACA\\NEWALPACAcover");
CREW1mesh = oapiLoadMeshGlobal("NEWALPACA\\CDRCREWMESH");
void SpiderLEM::ApplyOrbitalConfig (void)
....
SetMeshVisibilityMode (mesh_DS, MESHVIS_ALWAYS); // The descent stage doesn't interfere w/ the cockpit view so it is set to be always visible
SetMeshVisibilityMode(mesh_AS, MESHVIS_VC | MESHVIS_ALWAYS);
void SpiderLEM::clbkSetClassCaps (FILEHANDLE cfg)I think, this is supposed to be so. As per API Reference.pdf, Meshvis_always is defined asBut if I set for MESHVIS-COCKPIT|MESH_EXTERNAL only It shows all the time
• #define MESHVIS_ALWAYS (MESHVIS_EXTERNAL|MESHVIS_COCKPIT)
Mesh is always visible.
Somebody needs to build this for orbiter,so cool.Dynetics
Any info if the redesigned Blue Origin HLS will still have a transfer element like its initial 2020 design? Or it is now a two-stage lander like the old Apollo LEM does?NASA Tweet:![]()
We selected @BlueOrigin to develop the human landing system for the #Artemis V mission. This component for deep space transportation will help us in our goal of sending astronauts to the surface of the Moon and returning them home safely: https://go.nasa.gov/3Mn3QQU
![]()