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-8D909B
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 - Needle Engine"
---
# [[Needle Engine]]
# [[Needle Engine|Needle Engine]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> Needle Engine은 3D 렌더링 및 웹 애플리케이션 개발을 지원하는 엔진이다 [1]. 동일한 객체(예: 나무)를 반복적으로 렌더링할 때 발생하는 드로우 콜 증가를 막기 위해 GPU 인스턴싱(GPU Instancing) 및 `InstancedMesh`를 활용한 최적화를 제공한다 [1, 2]. 내부적으로 인스턴싱 버퍼가 런타임에 동적으로 증가하면 성능 지연이 발생할 수 있으므로, 버퍼 사전 할당이나 프로그래밍 방식의 인스턴스 생성이 권장된다 [2, 3].
@@ -24,11 +24,11 @@ github_commit: "[P-Reinforce] Continuous Worker - Needle Engine"
- **정책 변화:** Graphics & Performance 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[GPU Instancing]], [[InstancedMesh]], [[Draw Call]], [[Overdraw]]
- **Projects/Contexts:** [[Needle Engine 다중 인스턴스(Multiple Instance) 렌더링 최적화 논의]]
- **Related Topics:** GPU Instancing, [[InstancedMesh|InstancedMesh]], [[Draw Call|Draw Call]], [[Overdraw|Overdraw]]
- **Projects/Contexts:** Needle Engine 다중 인스턴스(Multiple Instance) 렌더링 최적화 논의
- **Contradictions/Notes:** Needle Engine 어시스턴트는 성능 지연 방지를 위해 `InstancingHandler.getStartInstanceCount`를 사용해 버퍼를 사전 할당할 것을 제안했지만, 실제 사용자는 이 방식이 매칭되는 모든 렌더러마다 해당 크기의 배열을 반복해서 할당하기 때문에 의도한 최적화 효과를 완전히 얻기 어렵다고 보고했다 [3, 8].
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/Needle Engine.md]]
- Raw Source: 00_Raw/2026-04-20/Needle Engine.md
---