From 7d3ea299c4e4f6d6643752f427bdade1e8dcae41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Tue, 18 Jun 2024 01:40:27 +0200 Subject: [PATCH] some more --- content/training/animation/_index.md | 7 +++++++ content/training/animation/animation-graph.md | 4 ++++ content/training/animation/bones-skin.md | 4 ++++ content/training/animation/curves.md | 4 ++++ content/training/animation/morph.md | 4 ++++ content/training/animation/sprite-sheet.md | 4 ++++ content/training/app/ambiguities.md | 4 ++++ content/training/app/plugin-groups.md | 4 ++++ content/training/app/schedules.md | 4 ++++ content/training/assets/_index.md | 7 +++++++ content/training/assets/asset-loader.md | 4 ++++ content/training/assets/asset-preprocessor.md | 4 ++++ content/training/assets/asset-reader.md | 4 ++++ content/training/assets/basic-asset.md | 4 ++++ content/training/assets/complex-asset.md | 4 ++++ content/training/assets/configuration.md | 4 ++++ content/training/assets/meta-files.md | 4 ++++ content/training/assets/sub-assets.md | 4 ++++ graph-ui/pages/index.tsx | 2 +- 19 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 content/training/animation/_index.md create mode 100644 content/training/animation/animation-graph.md create mode 100644 content/training/animation/bones-skin.md create mode 100644 content/training/animation/curves.md create mode 100644 content/training/animation/morph.md create mode 100644 content/training/animation/sprite-sheet.md create mode 100644 content/training/app/ambiguities.md create mode 100644 content/training/app/plugin-groups.md create mode 100644 content/training/app/schedules.md create mode 100644 content/training/assets/_index.md create mode 100644 content/training/assets/asset-loader.md create mode 100644 content/training/assets/asset-preprocessor.md create mode 100644 content/training/assets/asset-reader.md create mode 100644 content/training/assets/basic-asset.md create mode 100644 content/training/assets/complex-asset.md create mode 100644 content/training/assets/configuration.md create mode 100644 content/training/assets/meta-files.md create mode 100644 content/training/assets/sub-assets.md diff --git a/content/training/animation/_index.md b/content/training/animation/_index.md new file mode 100644 index 0000000..5773ade --- /dev/null +++ b/content/training/animation/_index.md @@ -0,0 +1,7 @@ ++++ +title = "Animations" +sort_by = "weight" + +[extra] +pos = [1200, 400] ++++ diff --git a/content/training/animation/animation-graph.md b/content/training/animation/animation-graph.md new file mode 100644 index 0000000..c104d12 --- /dev/null +++ b/content/training/animation/animation-graph.md @@ -0,0 +1,4 @@ ++++ +title = "Animation Graph" +weight = 3 ++++ \ No newline at end of file diff --git a/content/training/animation/bones-skin.md b/content/training/animation/bones-skin.md new file mode 100644 index 0000000..b9cf213 --- /dev/null +++ b/content/training/animation/bones-skin.md @@ -0,0 +1,4 @@ ++++ +title = "Bones & Skin" +weight = 1 ++++ \ No newline at end of file diff --git a/content/training/animation/curves.md b/content/training/animation/curves.md new file mode 100644 index 0000000..5d1e4ba --- /dev/null +++ b/content/training/animation/curves.md @@ -0,0 +1,4 @@ ++++ +title = "Curves" +weight = 4 ++++ \ No newline at end of file diff --git a/content/training/animation/morph.md b/content/training/animation/morph.md new file mode 100644 index 0000000..b6e051c --- /dev/null +++ b/content/training/animation/morph.md @@ -0,0 +1,4 @@ ++++ +title = "Morph" +weight = 2 ++++ \ No newline at end of file diff --git a/content/training/animation/sprite-sheet.md b/content/training/animation/sprite-sheet.md new file mode 100644 index 0000000..cdfeae9 --- /dev/null +++ b/content/training/animation/sprite-sheet.md @@ -0,0 +1,4 @@ ++++ +title = "Sprite Sheet" +weight = 0 ++++ \ No newline at end of file diff --git a/content/training/app/ambiguities.md b/content/training/app/ambiguities.md new file mode 100644 index 0000000..e8466ec --- /dev/null +++ b/content/training/app/ambiguities.md @@ -0,0 +1,4 @@ ++++ +title = "Solving Ambiguities" +weight = 5 ++++ \ No newline at end of file diff --git a/content/training/app/plugin-groups.md b/content/training/app/plugin-groups.md new file mode 100644 index 0000000..54e112a --- /dev/null +++ b/content/training/app/plugin-groups.md @@ -0,0 +1,4 @@ ++++ +title = "Plugin Groups" +weight = 3 ++++ \ No newline at end of file diff --git a/content/training/app/schedules.md b/content/training/app/schedules.md new file mode 100644 index 0000000..4264a84 --- /dev/null +++ b/content/training/app/schedules.md @@ -0,0 +1,4 @@ ++++ +title = "Schedules" +weight = 4 ++++ \ No newline at end of file diff --git a/content/training/assets/_index.md b/content/training/assets/_index.md new file mode 100644 index 0000000..3af4312 --- /dev/null +++ b/content/training/assets/_index.md @@ -0,0 +1,7 @@ ++++ +title = "Assets" +sort_by = "weight" + +[extra] +pos = [1500, 400] ++++ diff --git a/content/training/assets/asset-loader.md b/content/training/assets/asset-loader.md new file mode 100644 index 0000000..6a910b7 --- /dev/null +++ b/content/training/assets/asset-loader.md @@ -0,0 +1,4 @@ ++++ +title = "Custom Asset Loader" +weight = 3 ++++ \ No newline at end of file diff --git a/content/training/assets/asset-preprocessor.md b/content/training/assets/asset-preprocessor.md new file mode 100644 index 0000000..2a99b41 --- /dev/null +++ b/content/training/assets/asset-preprocessor.md @@ -0,0 +1,4 @@ ++++ +title = "Asset Preprocessor" +weight = 7 ++++ \ No newline at end of file diff --git a/content/training/assets/asset-reader.md b/content/training/assets/asset-reader.md new file mode 100644 index 0000000..445945c --- /dev/null +++ b/content/training/assets/asset-reader.md @@ -0,0 +1,4 @@ ++++ +title = "Asset Reader" +weight = 6 ++++ \ No newline at end of file diff --git a/content/training/assets/basic-asset.md b/content/training/assets/basic-asset.md new file mode 100644 index 0000000..3937594 --- /dev/null +++ b/content/training/assets/basic-asset.md @@ -0,0 +1,4 @@ ++++ +title = "Loading an Image" +weight = 0 ++++ \ No newline at end of file diff --git a/content/training/assets/complex-asset.md b/content/training/assets/complex-asset.md new file mode 100644 index 0000000..d7a98c4 --- /dev/null +++ b/content/training/assets/complex-asset.md @@ -0,0 +1,4 @@ ++++ +title = "Loading a glTF" +weight = 2 ++++ \ No newline at end of file diff --git a/content/training/assets/configuration.md b/content/training/assets/configuration.md new file mode 100644 index 0000000..1785eed --- /dev/null +++ b/content/training/assets/configuration.md @@ -0,0 +1,4 @@ ++++ +title = "Asset Configuration" +weight = 4 ++++ \ No newline at end of file diff --git a/content/training/assets/meta-files.md b/content/training/assets/meta-files.md new file mode 100644 index 0000000..50df362 --- /dev/null +++ b/content/training/assets/meta-files.md @@ -0,0 +1,4 @@ ++++ +title = ".meta Files" +weight = 5 ++++ \ No newline at end of file diff --git a/content/training/assets/sub-assets.md b/content/training/assets/sub-assets.md new file mode 100644 index 0000000..4549040 --- /dev/null +++ b/content/training/assets/sub-assets.md @@ -0,0 +1,4 @@ ++++ +title = "Sub Assets" +weight = 1 ++++ \ No newline at end of file diff --git a/graph-ui/pages/index.tsx b/graph-ui/pages/index.tsx index 2023d62..b1784de 100644 --- a/graph-ui/pages/index.tsx +++ b/graph-ui/pages/index.tsx @@ -95,7 +95,7 @@ const NestedFlow = () => { nodesConnectable={false} nodesFocusable={false} nodeTypes={nodeTypes} - translateExtent={[[-500, -500], [1500, 1000]]} + translateExtent={[[-500, -500], [1800, 1000]]} >