-
stuffin.space is really cool, and it’s even cooler that you can run
satSet.setColorScheme
in the console to set a custom color scheme for the satellites or only show some of them. Note that it switches back to the default when you click on anything :( -
// Show only the Starlink satellites satSet.setColorScheme(new ColorScheme(id=>satSet.getSat(id).OBJECT_NAME.includes('STARLINK')?{color:[1,1,1,1],pickable:1}:{color:[0,0,0,0],pickable:0}))