celestia/scripts/horizontalgrid.celx

9 lines
191 B
Plaintext

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