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,13 +1,13 @@
---
id: P-REINFORCE-AUTO-1C7197
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 - 입자 시스템(Particle Systems)"
---
# [[입자 시스템(Particle Systems)]]
# [[입자 시스템(Particle Systems)|입자 시스템(Particle Systems)]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> 입자 시스템(Particle Systems)은 게임이나 3D 그래픽 환경에서 유체, 총알, 특수 효과 등 수많은 개체를 효율적으로 렌더링하고 관리하기 위한 기법입니다 [1, 2]. 전통적인 CPU 기반의 입자 업데이트는 연산 한계로 인해 약 5만 개 부근에서 성능 병목에 도달하지만, WebGPU의 컴퓨트 셰이더를 활용하면 처리량을 수백만 개 단위로 끌어올릴 수 있습니다 [1, 3]. 또한 프레임워크에 따라 InstancedMesh나 Solid Particle System(SPS)을 활용하여 드로우 콜(Draw call)을 줄이고 렌더링 성능을 최적화할 수 있습니다 [4-6].
@@ -23,11 +23,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 입자 시스템(Particle Syst
- **정책 변화:** Graphics & Performance 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[WebGPU]], [[컴퓨트 셰이더(Compute Shaders)]], [[InstancedMesh]], [[Solid Particle System (SPS)]]
- **Projects/Contexts:** [[Hokusai installation]] - 엑스포 2025 오사카(Expo 2025 Osaka)에서 100만 개의 입자 기반 유체 시뮬레이션을 WebGPU로 구현한 프로젝트입니다 [12].
- **Related Topics:** [[WebGPU|WebGPU]], [[컴퓨트 셰이더(Compute Shaders)|컴퓨트 셰이더(Compute Shaders)]], [[InstancedMesh|InstancedMesh]], Solid Particle System (SPS)
- **Projects/Contexts:** Hokusai installation - 엑스포 2025 오사카(Expo 2025 Osaka)에서 100만 개의 입자 기반 유체 시뮬레이션을 WebGPU로 구현한 프로젝트입니다 [12].
- **Contradictions/Notes:** Babylon.js 환경의 Solid Particle System(SPS)는 저폴리곤 입자의 CPU 연산 성능 면에서는 우수하지만, 입자별로 기하학적 데이터를 복제해야 하므로 메모리 점유율 측면에서는 인스턴스 메시(InstancedMesh) 방식에 비해 비효율적이라는 트레이드오프(Trade-off)가 존재합니다 [6, 10, 11].
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/입자 시스템(Particle Systems).md]]
- Raw Source: 00_Raw/2026-04-20/입자 시스템(Particle Systems).md
---