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
+5 -5
View File
@@ -1,13 +1,13 @@
---
id: P-REINFORCE-AUTO-F5788A
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - Mipmap"
---
# [[Mipmap]]
# [[Mipmap|Mipmap]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> Mipmap(또는 Mipmapping)은 거리 기반의 디테일 수준(LOD, Level of Detail) 샘플링을 위해 미리 계산된 다단계 텍스처 해상도 피라미드입니다 [1]. 텍스처 렌더링 시 발생하는 계단 현상(aliasing artifacts)을 제거하고, 화면상에 에셋이 매끄럽게 표시되도록 돕는 역할을 합니다 [1, 2]. 하지만 Mipmap을 저장하기 위해 추가적인 GPU 메모리 공간이 필요하며, 특정 최적화 기법(텍스처 아틀라스)과 결합할 때 텍스처 간 번짐 현상을 유발할 수 있다는 특징이 있습니다 [3, 4].
@@ -23,11 +23,11 @@ github_commit: "[P-Reinforce] Continuous Worker - Mipmap"
- **정책 변화:** AI 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[Level of Detail (LOD)]], [[Texture Atlas]], [[Data Array Textures]], [[Aliasing]]
- **Projects/Contexts:** [[Three.js 최적화 파이프라인]], [[GPU 메모리 및 텍스처 압축]]
- **Related Topics:** [[Level of Detail (LOD)|Level of Detail (LOD)]], [[Texture Atlas|Texture Atlas]], [[Data Array Textures|Data Array Textures]], [[에일리어싱 (Aliasing)|Aliasing]]
- **Projects/Contexts:** Three.js 최적화 파이프라인, GPU 메모리 및 텍스처 압축
- **Contradictions/Notes:** 소스에 따르면 단일 텍스처 아틀라스 기법은 밉맵의 낮은 레벨(low mip levels)에서 텍스처 혼합 현상(블리딩)이라는 단점을 수반하지만 [3], 배열 텍스처(Array Textures) 기법을 사용하면 이러한 Mipmap 간섭 현상을 완전히 배제하고 네이티브 랩핑(wrapping)과 타일링(tiling)을 지원할 수 있습니다 [5].
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/Mipmap.md]]
- Raw Source: 00_Raw/2026-04-20/Mipmap.md
---