|
@@ -6,7 +6,7 @@ Three.js에서 주로 쓰는 재질(material)은 Mesh 재질입니다. 아래는
|
|
|
|
|
|
<div>
|
|
|
<div id="material-table" class="threejs_center"></div>
|
|
|
-<script type="module" src="../resources/threejs-material-table.js"></script>
|
|
|
-<link rel="stylesheet" href="../resources/threejs-material-table.css">
|
|
|
+<script type="module" src="resources/threejs-material-table.js"></script>
|
|
|
+<link rel="stylesheet" href="resources/threejs-material-table.css">
|
|
|
</div>
|
|
|
|