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-7B2955
category: "[[10_Wiki/💡 Topics/Graphics & Performance]]"
category: "10_Wiki/💡 Topics/Graphics & Performance"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - WebGL"
---
# [[WebGL]]
# [[WebGL|WebGL]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> **WebGL**은 플러그인 없이 웹 브라우저에서 2D 및 3D 그래픽을 렌더링하기 위한 저수준(Low-level) JavaScript API입니다. 원시 WebGL은 직접 다루기 매우 복잡하고 장황하지만, **Three.js**나 **React Three Fiber(R3F)** 같은 라이브러리를 통해 추상화되어 현대 웹의 고성능 3D 인터랙티브 그래픽과 게임 엔진을 구현하는 핵심 기반 기술로 사용됩니다.
@@ -28,8 +28,8 @@ github_commit: "[P-Reinforce] Continuous Worker - WebGL"
- **정책 변화:** Graphics & Performance 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[Three.js]], [[React Three Fiber (R3F)]], [[WebGPU Compute Shaders]], [[OffscreenCanvas]], [[InstancedMesh (드로우 콜 최적화)]], [[Memory Leak Prevention (메모리 누수 방지)]]
- **Projects/Contexts:** [[브라우저 기반 3D 데이터 시각화 및 디지털 트윈]], [[멀티스레드 기반 고성능 웹 게임 엔진]]
- **Related Topics:** [[Three.js|Three.js]], [[React Three Fiber (R3F)|React Three Fiber (R3F)]], [[WebGPU Compute Shaders|WebGPU Compute Shaders]], [[OffscreenCanvas|OffscreenCanvas]], [[InstancedMesh (드로우 콜 최적화)|InstancedMesh (드로우 콜 최적화)]], [[Memory Leak Prevention 메모리 누수 방지|Memory Leak Prevention (메모리 누수 방지)]]
- **Projects/Contexts:** 브라우저 기반 3D 데이터 시각화 및 디지털 트윈, 멀티스레드 기반 고성능 웹 게임 엔진
- **Contradictions/Notes:** WebGL 파이프라인에서 `EffectComposer` 등을 활용해 커스텀 후처리(Post-processing)를 적용할 경우, WebGL의 내장 안티앨리어싱(AA) 기능이 무효화되는 제약이 있습니다. 이를 해결하려면 파이프라인 마지막 단계에 SMAA나 FXAA 효과 패스를 수동으로 추가해 주어야 시각적 품질을 유지할 수 있습니다.
- Raw Source: [[00_Raw/2026-04-20/WebGL.md]]
- Raw Source: 00_Raw/2026-04-20/WebGL.md
---