Skip to content
Merged

- #707

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 dist/index.js

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions examples/2d/blendMode/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,21 @@
}</script>

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

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

</head>
<body>
<h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;">BlendMode</h1>






</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=1781132971803";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781132971803";
import * as RedGPU from "../../../../dist/index.js?t=1781136546834";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781136546834";

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

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

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

</head>
<body>
<h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;">Basic Group2D</h1>






</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=1781132971803";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781132971803";
import * as RedGPU from "../../../../dist/index.js?t=1781136546834";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781136546834";

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

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

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

</head>
<body>
<h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;">Hello RedGPU - 2D Mode</h1>






</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=1781132971803";
import RedGPUExampleHelper from "../../exampleHelper/dist/index.js?t=1781132971803";
import * as RedGPU from "../../../dist/index.js?t=1781136546834";
import RedGPUExampleHelper from "../../exampleHelper/dist/index.js?t=1781136546834";

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

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

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

</head>
<body>
<h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;">Keyboard Interaction</h1>






</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=1781132971803";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781132971803";
import * as RedGPU from "../../../../dist/index.js?t=1781136546834";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781136546834";

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

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

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

</head>
<body>
<h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;">Sprite2D</h1>






</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=1781132971803";
import RedGPUExampleHelper from "../../../../exampleHelper/dist/index.js?t=1781132971803";
import {createEventInfoBox, updateEventInfo} from "../../../../3d/interaction/mouseEvent/eventInfoBox.js?t=1781132971803";
import * as RedGPU from "../../../../../dist/index.js?t=1781136546834";
import RedGPUExampleHelper from "../../../../exampleHelper/dist/index.js?t=1781136546834";
import {createEventInfoBox, updateEventInfo} from "../../../../3d/interaction/mouseEvent/eventInfoBox.js?t=1781136546834";

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

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

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

</head>
<body>
<h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;">SpriteSheet2D</h1>






</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=1781132971803";
import RedGPUExampleHelper from "../../../../exampleHelper/dist/index.js?t=1781132971803";
import {createEventInfoBox, updateEventInfo} from "../../../../3d/interaction/mouseEvent/eventInfoBox.js?t=1781132971803";
import * as RedGPU from "../../../../../dist/index.js?t=1781136546834";
import RedGPUExampleHelper from "../../../../exampleHelper/dist/index.js?t=1781136546834";
import {createEventInfoBox, updateEventInfo} from "../../../../3d/interaction/mouseEvent/eventInfoBox.js?t=1781136546834";

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

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

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

</head>
<body>
<h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;">TextField2D</h1>






</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=1781132971803";
import RedGPUExampleHelper from "../../../../exampleHelper/dist/index.js?t=1781132971803";
import {createEventInfoBox, updateEventInfo} from "../../../../3d/interaction/mouseEvent/eventInfoBox.js?t=1781132971803";
import * as RedGPU from "../../../../../dist/index.js?t=1781136546834";
import RedGPUExampleHelper from "../../../../exampleHelper/dist/index.js?t=1781136546834";
import {createEventInfoBox, updateEventInfo} from "../../../../3d/interaction/mouseEvent/eventInfoBox.js?t=1781136546834";

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

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

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

</head>
<body>
<h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;">Line2D (Linear) example</h1>






</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=1781132971803";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781132971803";
import * as RedGPU from "../../../../dist/index.js?t=1781136546834";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781136546834";

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

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

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

</head>
<body>
<h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;">2D Object Opacity</h1>






</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=1781132971803";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781132971803";
import * as RedGPU from "../../../../dist/index.js?t=1781136546834";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781136546834";

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

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

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

</head>
<body>
<h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;">Basic Sprite2D</h1>






</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=1781132971803";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781132971803";
import * as RedGPU from "../../../../dist/index.js?t=1781136546834";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781136546834";

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

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

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

</head>
<body>
<h1 style="position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;">Child Methods</h1>






</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=1781132971803";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781132971803";
import * as RedGPU from "../../../../dist/index.js?t=1781136546834";
import RedGPUExampleHelper from "../../../exampleHelper/dist/index.js?t=1781136546834";

/**
* [KO] Sprite2D Child Method 예제
Expand Down
Loading