celestia/scripts/galacticgrid.celx

9 lines
189 B
Plaintext

t = {} -- create table
t.equatorialgrid = false
t.galacticgrid = not celestia:getrenderflags().galacticgrid
t.eclipticgrid = false
t.horizontalgrid = false
celestia:setrenderflags(t)