diff --git a/main/extensions/penPlus/blocks/renderTextures/CreateRenderTexture.svg b/main/extensions/penPlus/blocks/renderTextures/CreateRenderTexture.svg new file mode 100644 index 0000000..cef8a25 --- /dev/null +++ b/main/extensions/penPlus/blocks/renderTextures/CreateRenderTexture.svg @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/main/extensions/penPlus/blocks/renderTextures/allRenderTextures.svg b/main/extensions/penPlus/blocks/renderTextures/allRenderTextures.svg new file mode 100644 index 0000000..c2527ec --- /dev/null +++ b/main/extensions/penPlus/blocks/renderTextures/allRenderTextures.svg @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/main/extensions/penPlus/blocks/renderTextures/clearPenFromRenderTexture.svg b/main/extensions/penPlus/blocks/renderTextures/clearPenFromRenderTexture.svg new file mode 100644 index 0000000..647d44c --- /dev/null +++ b/main/extensions/penPlus/blocks/renderTextures/clearPenFromRenderTexture.svg @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/main/extensions/penPlus/blocks/renderTextures/deleteRenderTexture.svg b/main/extensions/penPlus/blocks/renderTextures/deleteRenderTexture.svg new file mode 100644 index 0000000..71efc8a --- /dev/null +++ b/main/extensions/penPlus/blocks/renderTextures/deleteRenderTexture.svg @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/main/extensions/penPlus/blocks/renderTextures/doesRenderTextureExist.svg b/main/extensions/penPlus/blocks/renderTextures/doesRenderTextureExist.svg new file mode 100644 index 0000000..90e0f86 --- /dev/null +++ b/main/extensions/penPlus/blocks/renderTextures/doesRenderTextureExist.svg @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/main/extensions/penPlus/blocks/renderTextures/setRenderTargets.svg b/main/extensions/penPlus/blocks/renderTextures/setRenderTargets.svg new file mode 100644 index 0000000..a05ebd1 --- /dev/null +++ b/main/extensions/penPlus/blocks/renderTextures/setRenderTargets.svg @@ -0,0 +1,14 @@ + \ No newline at end of file diff --git a/main/extensions/penPlus/images/RenderTextureExample.png b/main/extensions/penPlus/images/RenderTextureExample.png new file mode 100644 index 0000000..a4fa13e Binary files /dev/null and b/main/extensions/penPlus/images/RenderTextureExample.png differ diff --git a/main/extensions/penPlus/images/portals.png b/main/extensions/penPlus/images/portals.png new file mode 100644 index 0000000..b0127f8 Binary files /dev/null and b/main/extensions/penPlus/images/portals.png differ diff --git a/main/extensions/penPlus/main.html b/main/extensions/penPlus/main.html index 7e15984..3cd27f5 100644 --- a/main/extensions/penPlus/main.html +++ b/main/extensions/penPlus/main.html @@ -36,6 +36,6 @@
+ Render textures are images that you can render directly too, You may have seen them before in other programs.
+ Some other names for them are
+
+ Some uses for render textures are +
+ These two blocks both create a render texture. Though one creates a render texture of a fixed size while the other matches the stage size.
+ Creating a render texture with the same name as an existing one will overwrite the existing one.
+
+ This block deletes a render texture. That is it. +
++ This block returns true if a render texture of the desired name exists. +
++ This block gives you an array of every render texture in the project. +
++ This block makes any blocks that draw or clear triangles draw to your render texture or the stage. + Setting the render texture to "Scratch Stage" will return rendering back to the scratch stage! +
++ This block clears the render texture selected. Much like the "erase all" block! +
+