Skip to content
Merged

- #710

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
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"

# docs 폴더 삭제 반영 (존재할 경우에만)
git rm -rf --ignore-unmatch docs/ sitemap/
# docs 폴더 및 기존 sitemap.xml 삭제 반영 (존재할 경우에만)
git rm -rf --ignore-unmatch docs/ sitemap/ sitemap.xml

# 빌드 결과물 및 사이트맵 파일 추가
git add dist/ manual/ examples/ sitemap.xml sitemap-examples.xml -f
git add dist/ manual/ examples/ sitemap_v2.xml sitemap-examples.xml -f

# sitemap 폴더가 있을 경우 추가 (없을 수도 있음)
git add sitemap/ -f || true
Expand Down
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=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">
<link rel="preload" href="../../../assets/css/example.css?t=1781143364605" as="style">
<link rel="modulepreload" href="index.js?t=1781143364605">

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

</head>
<body>
Expand All @@ -57,5 +57,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=1781141623471";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781141623471";
import * as RedGPU from "../../../../dist/index.js?t=1781143364605";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781143364605";

/**
* [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=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">
<link rel="preload" href="../../../assets/css/example.css?t=1781143364605" as="style">
<link rel="modulepreload" href="index.js?t=1781143364605">

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

</head>
<body>
Expand All @@ -57,5 +57,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=1781141623471";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781141623471";
import * as RedGPU from "../../../../dist/index.js?t=1781143364605";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781143364605";

/**
* [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=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">
<link rel="preload" href="../../assets/css/example.css?t=1781143364605" as="style">
<link rel="modulepreload" href="index.js?t=1781143364605">

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

</head>
<body>
Expand All @@ -57,5 +57,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=1781141623471";
import RedGPUExampleHelper from "../../exampleHelper/dist/index.js?t=1781141623471";
import * as RedGPU from "../../../dist/index.js?t=1781143364605";
import RedGPUExampleHelper from "../../exampleHelper/dist/index.js?t=1781143364605";

/**
* [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=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">
<link rel="preload" href="../../../assets/css/example.css?t=1781143364605" as="style">
<link rel="modulepreload" href="index.js?t=1781143364605">

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

</head>
<body>
Expand All @@ -57,5 +57,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=1781141623471";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781141623471";
import * as RedGPU from "../../../../dist/index.js?t=1781143364605";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781143364605";

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=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">
<link rel="preload" href="../../../../assets/css/example.css?t=1781143364605" as="style">
<link rel="modulepreload" href="index.js?t=1781143364605">

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

</head>
<body>
Expand All @@ -57,5 +57,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=1781141623471";
import RedGPUExampleHelper from "../../../../exampleHelper/dist/index.js?t=1781141623471";
import {createEventInfoBox, updateEventInfo} from "../../../../3d/interaction/mouseEvent/eventInfoBox.js?t=1781141623471";
import * as RedGPU from "../../../../../dist/index.js?t=1781143364605";
import RedGPUExampleHelper from "../../../../exampleHelper/dist/index.js?t=1781143364605";
import {createEventInfoBox, updateEventInfo} from "../../../../3d/interaction/mouseEvent/eventInfoBox.js?t=1781143364605";

/**
* [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=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">
<link rel="preload" href="../../../../assets/css/example.css?t=1781143364605" as="style">
<link rel="modulepreload" href="index.js?t=1781143364605">

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

</head>
<body>
Expand All @@ -57,5 +57,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=1781141623471";
import RedGPUExampleHelper from "../../../../exampleHelper/dist/index.js?t=1781141623471";
import {createEventInfoBox, updateEventInfo} from "../../../../3d/interaction/mouseEvent/eventInfoBox.js?t=1781141623471";
import * as RedGPU from "../../../../../dist/index.js?t=1781143364605";
import RedGPUExampleHelper from "../../../../exampleHelper/dist/index.js?t=1781143364605";
import {createEventInfoBox, updateEventInfo} from "../../../../3d/interaction/mouseEvent/eventInfoBox.js?t=1781143364605";

/**
* [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=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">
<link rel="preload" href="../../../../assets/css/example.css?t=1781143364605" as="style">
<link rel="modulepreload" href="index.js?t=1781143364605">

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

</head>
<body>
Expand All @@ -57,5 +57,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=1781141623471";
import RedGPUExampleHelper from "../../../../exampleHelper/dist/index.js?t=1781141623471";
import {createEventInfoBox, updateEventInfo} from "../../../../3d/interaction/mouseEvent/eventInfoBox.js?t=1781141623471";
import * as RedGPU from "../../../../../dist/index.js?t=1781143364605";
import RedGPUExampleHelper from "../../../../exampleHelper/dist/index.js?t=1781143364605";
import {createEventInfoBox, updateEventInfo} from "../../../../3d/interaction/mouseEvent/eventInfoBox.js?t=1781143364605";

/**
* [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=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">
<link rel="preload" href="../../../assets/css/example.css?t=1781143364605" as="style">
<link rel="modulepreload" href="index.js?t=1781143364605">

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

</head>
<body>
Expand All @@ -57,5 +57,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=1781141623471";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781141623471";
import * as RedGPU from "../../../../dist/index.js?t=1781143364605";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781143364605";

/**
* [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=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">
<link rel="preload" href="../../../assets/css/example.css?t=1781143364605" as="style">
<link rel="modulepreload" href="index.js?t=1781143364605">

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

</head>
<body>
Expand All @@ -57,5 +57,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=1781141623471";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781141623471";
import * as RedGPU from "../../../../dist/index.js?t=1781143364605";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781143364605";

/**
* [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=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">
<link rel="preload" href="../../../assets/css/example.css?t=1781143364605" as="style">
<link rel="modulepreload" href="index.js?t=1781143364605">

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

</head>
<body>
Expand All @@ -57,5 +57,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=1781141623471";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781141623471";
import * as RedGPU from "../../../../dist/index.js?t=1781143364605";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781143364605";

/**
* [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=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">
<link rel="preload" href="../../../assets/css/example.css?t=1781143364605" as="style">
<link rel="modulepreload" href="index.js?t=1781143364605">

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

</head>
<body>
Expand All @@ -57,5 +57,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=1781141623471";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781141623471";
import * as RedGPU from "../../../../dist/index.js?t=1781143364605";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781143364605";

/**
* [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=1781141623471" as="style">
<link rel="modulepreload" href="index.js?t=1781141623471">
<link rel="preload" href="../../../assets/css/example.css?t=1781143364605" as="style">
<link rel="modulepreload" href="index.js?t=1781143364605">

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

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




</body>
</html>
Loading