|
@@ -1,10 +1,10 @@
|
|
|
<!DOCTYPE html><html lang="ko"><head>
|
|
|
<meta charset="utf-8">
|
|
|
- <title>의 씬 그래프</title>
|
|
|
+ <title>씬 그래프(Scene graph)</title>
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
|
<meta name="twitter:site" content="@threejs">
|
|
|
- <meta name="twitter:title" content="Three.js – 의 씬 그래프">
|
|
|
+ <meta name="twitter:title" content="Three.js – 씬 그래프(Scene graph)">
|
|
|
<meta property="og:image" content="https://threejs.org/files/share.png">
|
|
|
<link rel="shortcut icon" href="/files/favicon_white.ico" media="(prefers-color-scheme: dark)">
|
|
|
<link rel="shortcut icon" href="/files/favicon.ico" media="(prefers-color-scheme: light)">
|
|
@@ -27,14 +27,14 @@
|
|
|
<body>
|
|
|
<div class="container">
|
|
|
<div class="lesson-title">
|
|
|
- <h1>의 씬 그래프</h1>
|
|
|
+ <h1>씬 그래프(Scene graph)</h1>
|
|
|
</div>
|
|
|
<div class="lesson">
|
|
|
<div class="lesson-main">
|
|
|
<p>※ 이 글은 Three.js의 튜토리얼 시리즈로서,
|
|
|
먼저 <a href="fundamentals.html">Three.js의 기본 구조에 관한 글</a>을
|
|
|
읽고 오길 권장합니다.</p>
|
|
|
-<p>Three.js에서 가장 중요한 것은 무엇보다 씬 그래프(scene graph)입니다.
|
|
|
+<p>Three.js에서 가장 중요한 것은 무엇보다 씬 그래프(Scene graph)입니다.
|
|
|
3D 엔진에서 씬 그래프란 요소(node)의 계층 구조를 그림으로 나타낸 것으로,
|
|
|
여기서 각 요소는 각각의 "지역 공간(local space)"을 가리킵니다.</p>
|
|
|
<p><img src="../resources/images/scenegraph-generic.svg" align="center"></p>
|