Chris,chris wrote:We should probably make the terminator color settable as well.
The terminator color (and opacity), as well as any visible region mark color, is already settable using:
Code: Select all
earth = celestia:find("Sol/Earth")
sol = celestia:find("Sol")
earth:addreferencemark{type = "visible region", color = "red", opacity = 0.5, target = sol}