kSteps top-level constant

int const kSteps

🔬 The "resolution" of the starfield render batching N = number of draw calls to draw stars N = the number of transitions of opacity we do from near to far

Implementation

const kSteps = 16;