Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion buildScripts/github/generate-sitemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ const sitemapIndexXML = `<?xml version="1.0" encoding="UTF-8"?>
</sitemapindex>`;

// Root 사이트맵 인덱스 파일 저장
fs.writeFileSync(path.join(sitemapDir, 'sitemap.xml'), sitemapIndexXML);
fs.writeFileSync(path.join(sitemapDir, 'sitemap_v2.xml'), sitemapIndexXML);
console.log(`루트 사이트맵 인덱스가 생성되었습니다: sitemap.xml`);
9 changes: 5 additions & 4 deletions examples/2d/blendMode/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
}</script>

<!-- Assets Preload -->
<link rel="preload" href="../../../assets/css/example.css?t=1781137785306" as="style">
<link rel="modulepreload" href="index.js?t=1781137785306">
<link rel="preload" href="../../../assets/css/example.css?t=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">

<!-- Assets -->
<link rel="stylesheet" href="../../../assets/css/example.css?t=1781137785306">
<script src="index.js?t=1781137785306" type="module"></script>
<link rel="stylesheet" href="../../../assets/css/example.css?t=1781141623471">
<script src="index.js?t=1781141623471" type="module"></script>

</head>
<body>
Expand All @@ -56,5 +56,6 @@ <h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px




</body>
</html>
4 changes: 2 additions & 2 deletions examples/2d/blendMode/basic/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as RedGPU from "../../../../dist/index.js?t=1781137785306";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781137785306";
import * as RedGPU from "../../../../dist/index.js?t=1781141623471";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781141623471";

/**
* [KO] Blend Mode 예제
Expand Down
9 changes: 5 additions & 4 deletions examples/2d/group2D/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
}</script>

<!-- Assets Preload -->
<link rel="preload" href="../../../assets/css/example.css?t=1781137785306" as="style">
<link rel="modulepreload" href="index.js?t=1781137785306">
<link rel="preload" href="../../../assets/css/example.css?t=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">

<!-- Assets -->
<link rel="stylesheet" href="../../../assets/css/example.css?t=1781137785306">
<script src="index.js?t=1781137785306" type="module"></script>
<link rel="stylesheet" href="../../../assets/css/example.css?t=1781141623471">
<script src="index.js?t=1781141623471" type="module"></script>

</head>
<body>
Expand All @@ -56,5 +56,6 @@ <h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px




</body>
</html>
4 changes: 2 additions & 2 deletions examples/2d/group2D/basic/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as RedGPU from "../../../../dist/index.js?t=1781137785306";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781137785306";
import * as RedGPU from "../../../../dist/index.js?t=1781141623471";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781141623471";

/**
* [KO] Group2D 예제
Expand Down
9 changes: 5 additions & 4 deletions examples/2d/helloWorld2D/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
}</script>

<!-- Assets Preload -->
<link rel="preload" href="../../assets/css/example.css?t=1781137785306" as="style">
<link rel="modulepreload" href="index.js?t=1781137785306">
<link rel="preload" href="../../assets/css/example.css?t=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">

<!-- Assets -->
<link rel="stylesheet" href="../../assets/css/example.css?t=1781137785306">
<script src="index.js?t=1781137785306" type="module"></script>
<link rel="stylesheet" href="../../assets/css/example.css?t=1781141623471">
<script src="index.js?t=1781141623471" type="module"></script>

</head>
<body>
Expand All @@ -56,5 +56,6 @@ <h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px




</body>
</html>
4 changes: 2 additions & 2 deletions examples/2d/helloWorld2D/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as RedGPU from "../../../dist/index.js?t=1781137785306";
import RedGPUExampleHelper from "../../exampleHelper/dist/index.js?t=1781137785306";
import * as RedGPU from "../../../dist/index.js?t=1781141623471";
import RedGPUExampleHelper from "../../exampleHelper/dist/index.js?t=1781141623471";

/**
* [KO] Hello World 2D 예제
Expand Down
9 changes: 5 additions & 4 deletions examples/2d/interaction/keyboardEvent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
}</script>

<!-- Assets Preload -->
<link rel="preload" href="../../../assets/css/example.css?t=1781137785306" as="style">
<link rel="modulepreload" href="index.js?t=1781137785306">
<link rel="preload" href="../../../assets/css/example.css?t=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">

<!-- Assets -->
<link rel="stylesheet" href="../../../assets/css/example.css?t=1781137785306">
<script src="index.js?t=1781137785306" type="module"></script>
<link rel="stylesheet" href="../../../assets/css/example.css?t=1781141623471">
<script src="index.js?t=1781141623471" type="module"></script>

</head>
<body>
Expand All @@ -56,5 +56,6 @@ <h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px




</body>
</html>
4 changes: 2 additions & 2 deletions examples/2d/interaction/keyboardEvent/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as RedGPU from "../../../../dist/index.js?t=1781137785306";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781137785306";
import * as RedGPU from "../../../../dist/index.js?t=1781141623471";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781141623471";

const canvas = document.createElement('canvas');
document.body.appendChild(canvas);
Expand Down
9 changes: 5 additions & 4 deletions examples/2d/interaction/mouseEvent/sprite2D/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
}</script>

<!-- Assets Preload -->
<link rel="preload" href="../../../../assets/css/example.css?t=1781137785306" as="style">
<link rel="modulepreload" href="index.js?t=1781137785306">
<link rel="preload" href="../../../../assets/css/example.css?t=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">

<!-- Assets -->
<link rel="stylesheet" href="../../../../assets/css/example.css?t=1781137785306">
<script src="index.js?t=1781137785306" type="module"></script>
<link rel="stylesheet" href="../../../../assets/css/example.css?t=1781141623471">
<script src="index.js?t=1781141623471" type="module"></script>

</head>
<body>
Expand All @@ -56,5 +56,6 @@ <h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px




</body>
</html>
6 changes: 3 additions & 3 deletions examples/2d/interaction/mouseEvent/sprite2D/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as RedGPU from "../../../../../dist/index.js?t=1781137785306";
import RedGPUExampleHelper from "../../../../exampleHelper/dist/index.js?t=1781137785306";
import {createEventInfoBox, updateEventInfo} from "../../../../3d/interaction/mouseEvent/eventInfoBox.js?t=1781137785306";
import * as RedGPU from "../../../../../dist/index.js?t=1781141623471";
import RedGPUExampleHelper from "../../../../exampleHelper/dist/index.js?t=1781141623471";
import {createEventInfoBox, updateEventInfo} from "../../../../3d/interaction/mouseEvent/eventInfoBox.js?t=1781141623471";

/**
* [KO] Sprite2D 마우스 이벤트 예제
Expand Down
9 changes: 5 additions & 4 deletions examples/2d/interaction/mouseEvent/spriteSheet2D/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
}</script>

<!-- Assets Preload -->
<link rel="preload" href="../../../../assets/css/example.css?t=1781137785306" as="style">
<link rel="modulepreload" href="index.js?t=1781137785306">
<link rel="preload" href="../../../../assets/css/example.css?t=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">

<!-- Assets -->
<link rel="stylesheet" href="../../../../assets/css/example.css?t=1781137785306">
<script src="index.js?t=1781137785306" type="module"></script>
<link rel="stylesheet" href="../../../../assets/css/example.css?t=1781141623471">
<script src="index.js?t=1781141623471" type="module"></script>

</head>
<body>
Expand All @@ -56,5 +56,6 @@ <h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px




</body>
</html>
6 changes: 3 additions & 3 deletions examples/2d/interaction/mouseEvent/spriteSheet2D/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as RedGPU from "../../../../../dist/index.js?t=1781137785306";
import RedGPUExampleHelper from "../../../../exampleHelper/dist/index.js?t=1781137785306";
import {createEventInfoBox, updateEventInfo} from "../../../../3d/interaction/mouseEvent/eventInfoBox.js?t=1781137785306";
import * as RedGPU from "../../../../../dist/index.js?t=1781141623471";
import RedGPUExampleHelper from "../../../../exampleHelper/dist/index.js?t=1781141623471";
import {createEventInfoBox, updateEventInfo} from "../../../../3d/interaction/mouseEvent/eventInfoBox.js?t=1781141623471";

/**
* [KO] SpriteSheet2D 마우스 이벤트 예제
Expand Down
9 changes: 5 additions & 4 deletions examples/2d/interaction/mouseEvent/textField2D/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
}</script>

<!-- Assets Preload -->
<link rel="preload" href="../../../../assets/css/example.css?t=1781137785306" as="style">
<link rel="modulepreload" href="index.js?t=1781137785306">
<link rel="preload" href="../../../../assets/css/example.css?t=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">

<!-- Assets -->
<link rel="stylesheet" href="../../../../assets/css/example.css?t=1781137785306">
<script src="index.js?t=1781137785306" type="module"></script>
<link rel="stylesheet" href="../../../../assets/css/example.css?t=1781141623471">
<script src="index.js?t=1781141623471" type="module"></script>

</head>
<body>
Expand All @@ -56,5 +56,6 @@ <h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px




</body>
</html>
6 changes: 3 additions & 3 deletions examples/2d/interaction/mouseEvent/textField2D/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as RedGPU from "../../../../../dist/index.js?t=1781137785306";
import RedGPUExampleHelper from "../../../../exampleHelper/dist/index.js?t=1781137785306";
import {createEventInfoBox, updateEventInfo} from "../../../../3d/interaction/mouseEvent/eventInfoBox.js?t=1781137785306";
import * as RedGPU from "../../../../../dist/index.js?t=1781141623471";
import RedGPUExampleHelper from "../../../../exampleHelper/dist/index.js?t=1781141623471";
import {createEventInfoBox, updateEventInfo} from "../../../../3d/interaction/mouseEvent/eventInfoBox.js?t=1781141623471";

/**
* [KO] TextField2D 마우스 이벤트 예제
Expand Down
9 changes: 5 additions & 4 deletions examples/2d/line2D/linear/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
}</script>

<!-- Assets Preload -->
<link rel="preload" href="../../../assets/css/example.css?t=1781137785306" as="style">
<link rel="modulepreload" href="index.js?t=1781137785306">
<link rel="preload" href="../../../assets/css/example.css?t=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">

<!-- Assets -->
<link rel="stylesheet" href="../../../assets/css/example.css?t=1781137785306">
<script src="index.js?t=1781137785306" type="module"></script>
<link rel="stylesheet" href="../../../assets/css/example.css?t=1781141623471">
<script src="index.js?t=1781141623471" type="module"></script>

</head>
<body>
Expand All @@ -56,5 +56,6 @@ <h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px




</body>
</html>
4 changes: 2 additions & 2 deletions examples/2d/line2D/linear/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as RedGPU from "../../../../dist/index.js?t=1781137785306";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781137785306";
import * as RedGPU from "../../../../dist/index.js?t=1781141623471";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781141623471";

/**
* [KO] Line2D (Linear) 예제
Expand Down
9 changes: 5 additions & 4 deletions examples/2d/opacity/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
}</script>

<!-- Assets Preload -->
<link rel="preload" href="../../../assets/css/example.css?t=1781137785306" as="style">
<link rel="modulepreload" href="index.js?t=1781137785306">
<link rel="preload" href="../../../assets/css/example.css?t=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">

<!-- Assets -->
<link rel="stylesheet" href="../../../assets/css/example.css?t=1781137785306">
<script src="index.js?t=1781137785306" type="module"></script>
<link rel="stylesheet" href="../../../assets/css/example.css?t=1781141623471">
<script src="index.js?t=1781141623471" type="module"></script>

</head>
<body>
Expand All @@ -56,5 +56,6 @@ <h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px




</body>
</html>
4 changes: 2 additions & 2 deletions examples/2d/opacity/basic/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as RedGPU from "../../../../dist/index.js?t=1781137785306";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781137785306";
import * as RedGPU from "../../../../dist/index.js?t=1781141623471";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781141623471";

/**
* [KO] Opacity 예제
Expand Down
9 changes: 5 additions & 4 deletions examples/2d/sprite2D/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
}</script>

<!-- Assets Preload -->
<link rel="preload" href="../../../assets/css/example.css?t=1781137785306" as="style">
<link rel="modulepreload" href="index.js?t=1781137785306">
<link rel="preload" href="../../../assets/css/example.css?t=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">

<!-- Assets -->
<link rel="stylesheet" href="../../../assets/css/example.css?t=1781137785306">
<script src="index.js?t=1781137785306" type="module"></script>
<link rel="stylesheet" href="../../../assets/css/example.css?t=1781141623471">
<script src="index.js?t=1781141623471" type="module"></script>

</head>
<body>
Expand All @@ -56,5 +56,6 @@ <h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px




</body>
</html>
4 changes: 2 additions & 2 deletions examples/2d/sprite2D/basic/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as RedGPU from "../../../../dist/index.js?t=1781137785306";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781137785306";
import * as RedGPU from "../../../../dist/index.js?t=1781141623471";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781141623471";

/**
* [KO] Sprite2D 기본 예제
Expand Down
9 changes: 5 additions & 4 deletions examples/2d/sprite2D/childMethod/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
}</script>

<!-- Assets Preload -->
<link rel="preload" href="../../../assets/css/example.css?t=1781137785306" as="style">
<link rel="modulepreload" href="index.js?t=1781137785306">
<link rel="preload" href="../../../assets/css/example.css?t=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">

<!-- Assets -->
<link rel="stylesheet" href="../../../assets/css/example.css?t=1781137785306">
<script src="index.js?t=1781137785306" type="module"></script>
<link rel="stylesheet" href="../../../assets/css/example.css?t=1781141623471">
<script src="index.js?t=1781141623471" type="module"></script>

</head>
<body>
Expand All @@ -56,5 +56,6 @@ <h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px




</body>
</html>
4 changes: 2 additions & 2 deletions examples/2d/sprite2D/childMethod/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as RedGPU from "../../../../dist/index.js?t=1781137785306";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781137785306";
import * as RedGPU from "../../../../dist/index.js?t=1781141623471";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781141623471";

/**
* [KO] Sprite2D Child Method 예제
Expand Down
9 changes: 5 additions & 4 deletions examples/2d/sprite2D/hierarchy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
}</script>

<!-- Assets Preload -->
<link rel="preload" href="../../../assets/css/example.css?t=1781137785306" as="style">
<link rel="modulepreload" href="index.js?t=1781137785306">
<link rel="preload" href="../../../assets/css/example.css?t=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">

<!-- Assets -->
<link rel="stylesheet" href="../../../assets/css/example.css?t=1781137785306">
<script src="index.js?t=1781137785306" type="module"></script>
<link rel="stylesheet" href="../../../assets/css/example.css?t=1781141623471">
<script src="index.js?t=1781141623471" type="module"></script>

</head>
<body>
Expand All @@ -56,5 +56,6 @@ <h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px




</body>
</html>
4 changes: 2 additions & 2 deletions examples/2d/sprite2D/hierarchy/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as RedGPU from "../../../../dist/index.js?t=1781137785306";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781137785306";
import * as RedGPU from "../../../../dist/index.js?t=1781141623471";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781141623471";

/**
* [KO] Sprite2D Hierarchy 예제
Expand Down
Loading