jed_fox1’s avatarjed_fox1’s Twitter Archive — № 313

    1. 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 :(
  1. …in reply to @jed_fox1
    // 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}))