diff --git a/main/extensions/penPlus/blocks/cubemapBlocks/createCubemap.svg b/main/extensions/penPlus/blocks/cubemapBlocks/createCubemap.svg new file mode 100644 index 0000000..9b6196e --- /dev/null +++ b/main/extensions/penPlus/blocks/cubemapBlocks/createCubemap.svg @@ -0,0 +1,14 @@ +Namecostume1costume1costume1costume1costume1costume1create cubemap namedfrom leftrightbackfrontbottomtop \ No newline at end of file diff --git a/main/extensions/penPlus/blocks/cubemapBlocks/cubemapExists.svg b/main/extensions/penPlus/blocks/cubemapBlocks/cubemapExists.svg new file mode 100644 index 0000000..8203891 --- /dev/null +++ b/main/extensions/penPlus/blocks/cubemapBlocks/cubemapExists.svg @@ -0,0 +1,14 @@ +Imagedoesexist as a cubemap \ No newline at end of file diff --git a/main/extensions/penPlus/blocks/cubemapBlocks/removeCubemap.svg b/main/extensions/penPlus/blocks/cubemapBlocks/removeCubemap.svg new file mode 100644 index 0000000..43abfb0 --- /dev/null +++ b/main/extensions/penPlus/blocks/cubemapBlocks/removeCubemap.svg @@ -0,0 +1,14 @@ +Imageremove cubemap named \ No newline at end of file diff --git a/main/extensions/penPlus/blocks/penProperties/stampSprite.svg b/main/extensions/penPlus/blocks/penProperties/stampSprite.svg new file mode 100644 index 0000000..4721bd4 --- /dev/null +++ b/main/extensions/penPlus/blocks/penProperties/stampSprite.svg @@ -0,0 +1,14 @@ +Sprite1stamp \ No newline at end of file diff --git a/main/extensions/penPlus/cubemapBlocks.html b/main/extensions/penPlus/cubemapBlocks.html new file mode 100644 index 0000000..5a4942e --- /dev/null +++ b/main/extensions/penPlus/cubemapBlocks.html @@ -0,0 +1,34 @@ +Cubemap Blocks + +

Cubemap Blocks

+

+ Cubemaps are textures that are formed into the shape of a cube. They are sampled using a normal in a custom shader. Not much to say here. +

+ +

+ "Create Cubemap" +

+ +

+ Adds a cubemap with the 6 desired images to the cubemap library for Pen+ +

+
+ +

+ "Does Cubemap Exist" +

+ +

+ Returns whether a cubemap with the desired name exists. +

+
+ +

+ "Remove Cubemap" +

+ +

+ Deletes a cubemap from the cubemap library for Pen+ +

+
+ diff --git a/main/extensions/penPlus/main.html b/main/extensions/penPlus/main.html index ec7c37f..109304a 100644 --- a/main/extensions/penPlus/main.html +++ b/main/extensions/penPlus/main.html @@ -34,7 +34,7 @@

  • Color Blocks
  • Image Blocks
  • Shader Blocks
  • -
  • Cubemap Blocks
  • +
  • Cubemap Blocks
  • List Blocks
  • Render Textures
  • Extra Blocks
  • diff --git a/main/extensions/penPlus/penProperties.html b/main/extensions/penPlus/penProperties.html index b15489d..3c1553b 100644 --- a/main/extensions/penPlus/penProperties.html +++ b/main/extensions/penPlus/penProperties.html @@ -41,4 +41,11 @@

    Draws a line between the 2 desired points with the current pen attributes

    +
    + +

    + "stamp [sprite]" +

    + +

    Stamps whatever sprite you want.


    \ No newline at end of file