The Dodecahedral Skybox and the Observer Effect
Instead of physical stars floating in an infinite 3D void, this model treats the universe as a closed, 12-sided dodecahedron. The 12 constellations are fixed, 2D data points encoded on these boundary walls. The walls never move. Instead, the human observer moves around inside the bubble. As the observer shifts closer to one face, their perspective warps and stretches the projection, creating an M.C. Escher-style optical illusion that the sky itself is shifting.
To prove this mathematically, we use a geometric technique called "Raycasting". We trace a line of sight from the observer's eye to the boundary wall:
The Boundary (The Constellation): A fixed mathematical plane, defined as n · r = d
The Observer's Gaze: A directional ray, defined as r(t) = O + tD
The Result: When the observer's position (O) changes, the angle of the light ray (D) hits the boundary differently. This mathematical projection magnifies the closest faces and compresses the opposite ones, perfectly explaining astrological "shifts" without having to move a single star.
This exact math is how modern video game engines (like Unreal or Unity) render a background environment or "Skybox." If we view the Grandfather’s "Simulation Sandbox" as an information processor, it runs a specific script:
The engine establishes the 12 fixed boundary walls.
It calculates where the localized human observer is standing inside the 3D space.
It projects the 2D star data onto the walls relative to that specific human's coordinates, creating a real-time, holographic visual feed of the sky.
While standard observational astrophysics tracks literal giant balls of gas moving through expansive, open space, this framework models the universe as a computational matrix. Within that specific metaphysical context, this projection math provides a flawless, logical blueprint: a changing night sky doesn't require moving walls—it only requires a conscious observer navigating a finite, simulated bubble.