docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -1,4 +1,4 @@
[[No Man's Sky (Large-scale planetary generation)]]
[[No Man's Sky (Large-scale planetary generation)|No Man's Sky (Large-scale planetary generation)]]
📌 Brief Summary
*No Man's Sky* utilizes a procedural generation engine based on mathematical deterministic algorithms to create a near-infinite, seamless universe. Rather than storing static assets, the game uses a shared "seed" value and complex noise functions to reconstruct terrain, ecosystems, and celestial bodies in real-time as players traverse space.
@@ -12,8 +12,8 @@ The architecture of *No Man's Sky* relies on **Deterministic Procedural Generati
* **Seamless Transitioning (Level of Detail - LOD):** To maintain a seamless transition from deep space to planetary surfaces, the engine employs an aggressive, multi-stage LOD system. As the player approaches a planet, the engine progressively increases the resolution of the noise functions and replaces low-fidelity proxies with high-density meshes and complex shader computations, masking the computational "pop-in" through atmospheric fog and volumetric effects.
🔗 Knowledge Connections
* Related Topics: [[Procedural Content Generation (PCG)]], [[L-Systems]], [[Perlin Noise & Fractal Geometry]], [[Deterministic Algorithms]]
* Projects/Contexts: [[Hello Games Engine Architecture]], [[Space Exploration Simulations]], [[Mathematical Modeling of Natural Phenomena]]
* Related Topics: [[Procedural Content Generation (PCG)|Procedural Content Generation (PCG)]], [[L-Systems|L-Systems]], Perlin Noise & Fractal Geometry, [[Deterministic Algorithms|Deterministic Algorithms]]
* Projects/Contexts: Hello Games Engine Architecture, Space Exploration Simulations, Mathematical Modeling of Natural Phenomena
* Contradictions/Notes: While the generation is mathematically infinite, it is constrained by a finite "parameter space." The primary technical challenge (and area of ongoing development) is preventing "procedural fatigue," where players recognize repetitive patterns in the underlying noise functions.
Last updated: 2026-04-16