{"id":40193,"date":"2026-07-16T09:41:54","date_gmt":"2026-07-16T07:41:54","guid":{"rendered":"https:\/\/www.heavym.net\/?p=40193"},"modified":"2026-07-16T09:41:54","modified_gmt":"2026-07-16T07:41:54","slug":"using-shaders","status":"publish","type":"post","link":"https:\/\/www.heavym.net\/es\/using-shaders\/","title":{"rendered":"Using shaders"},"content":{"rendered":"<h2 class=\"wp-block-heading\" id=\"h-what-is-a-shader\">What is a shader?<\/h2>\n\n\n\n<p><strong>A shader is a type of computer program specifically designed to run on a graphics processing unit (GPU).<\/strong> The term &#8216;shader&#8217; comes from &#8216;shade,&#8217; as one of the earliest uses of shaders was to simulate shadows and reflections in 3D graphics. However, today, <strong>shaders are used for a wide variety of graphic processing tasks,<\/strong> from applying textures and colors to generating complex special effects.<\/p>\n\n\n\n<p>Shaders <strong>operate at a very low level,<\/strong> meaning they have direct and precise control over the individual pixels that make up an image or video. They can manipulate image data very quickly with minimal resources, making them particularly <strong>useful for real-time graphics applications,<\/strong> such as video games, virtual reality, and video mapping.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-different-types-of-shaders\">The different types of shaders<\/h2>\n\n\n\n<p>There are different types of shaders, including vertex shaders, which manipulate 3D data points (vertices), geometry shaders, which generate new shapes from these points, and fragment shaders (also called pixel shaders), which determine the final color of each pixel on the screen. Shaders are typically written in specialized programming languages, such as <strong>GLSL (OpenGL Shading Language) or HLSL (High-Level Shading Language) for DirectX.<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-pixel-shaders-or-fragment-shaders\"><strong>Sombreadores de p\u00edxeles o de fragmentos<\/strong><\/h4>\n\n\n\n<p><strong>The fragment shader or pixel shader is a shader designed to compute the color of each pixel individually.<\/strong> It takes as input the data of each pixel in the image (position, texture coordinates, color) and returns its color.<\/p>\n\n\n\n<p>These shaders are what you&#8217;ll be most interested in using with HeavyM. They are usually <strong>.FRAG files or .FS files in the case of ISF format.<\/strong> The ISF format provides a standard for GLSL fragment <strong>shaders,<\/strong> making them easier to interpret by interactive applications.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Sombreadores de v\u00e9rtices<\/strong><\/h4>\n\n\n\n<p>Vertex shaders are used to transform vertices into pixels.<\/p>\n\n\n\n<p>They are <strong>.VS files<\/strong> that sometimes accompany the pixel shader, sharing the same name and needing to be located in the same folder.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>HeavyM Shape Effect Shaders<\/strong><\/h3>\n\n\n\n<p>When you click on the red icons on the right side of the HeavyM interface, you gain access to categories of effects that automatically adapt to the drawn shapes. These effects are linked to the groups in the layers panel on the left. All shapes within a group share the same appearance. To apply different effects to different shapes, you need to create additional groups and add shapes to them.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"116\" src=\"https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/HeavyM-Shaders-Effects-on-shapes-1024x116.webp\" alt=\"\" class=\"wp-image-40194\" srcset=\"https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/HeavyM-Shaders-Effects-on-shapes-1024x116.webp 1024w, https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/HeavyM-Shaders-Effects-on-shapes-300x34.webp 300w, https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/HeavyM-Shaders-Effects-on-shapes-768x87.webp 768w, https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/HeavyM-Shaders-Effects-on-shapes-18x2.webp 18w, https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/HeavyM-Shaders-Effects-on-shapes.webp 1400w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>It is currently not possible to add or modify the code of existing effect shaders in this category.<\/strong><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Image Generation Shaders<\/strong><\/h3>\n\n\n\n<p>You can add image generation shaders as sources in the panel accessible via the white icon located in the vertical toolbar on the right. These shaders require the creation of a player to be displayed. Then, link the source to the player by clicking on the target-shaped icon. Image generation shaders do not have a default duration because they are programs that run in a loop. However, you can adjust the display duration of the source.<\/p>\n\n\n\n<p><strong>It is currently not possible to add or modify the code of existing effect shaders in this category.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Image Generation Shaders<\/strong><\/h2>\n\n\n\n<p>You can add image generation shaders as sources in the panel accessible via the white icon located in the vertical toolbar on the right. These shaders require the creation of a player to be displayed. Then, link the source to the player by clicking on the target-shaped icon. Image generation shaders do not have a default duration because they are programs that run in a loop. However, you can adjust the display duration of the source.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"438\" data-src=\"https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/Shaders-Generative-effects-1024x438.webp\" alt=\"\" class=\"wp-image-40195 lazyload\" data-srcset=\"https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/Shaders-Generative-effects-1024x438.webp 1024w, https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/Shaders-Generative-effects-300x128.webp 300w, https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/Shaders-Generative-effects-768x329.webp 768w, https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/Shaders-Generative-effects-18x8.webp 18w, https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/Shaders-Generative-effects.webp 1400w\" data-sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/438;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Processing Shaders on Players<\/strong><\/h3>\n\n\n\n<p>You have the option to apply image processing effects to the player. To do this, select the player and add effects in the Properties panel at the bottom left using the + button. The effects are added sequentially. Each player is independent, so the source and processing effects will differ between players, even if the players are in the same group.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"475\" data-src=\"https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/Shaders-Players-effects-1024x475.webp\" alt=\"\" class=\"wp-image-40196 lazyload\" data-srcset=\"https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/Shaders-Players-effects-1024x475.webp 1024w, https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/Shaders-Players-effects-300x139.webp 300w, https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/Shaders-Players-effects-768x357.webp 768w, https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/Shaders-Players-effects-18x8.webp 18w, https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/Shaders-Players-effects.webp 1400w\" data-sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/475;\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Importing or Creating Shaders<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Where to Find Shaders?<\/strong><\/h3>\n\n\n\n<p>You don\u2019t need to know how to program to use shaders with HeavyM. In addition to the library already included in the software, <strong>there are platforms where you can find new shaders<\/strong> without having to create them yourself. The community of shader creators is growing rapidly, and <strong>you can often use the works they share for non-commercial projects.<\/strong><\/p>\n\n\n\n<p><strong>To find .FS shaders:<\/strong> <a href=\"https:\/\/www.interactiveshaderformat.com\/**\"><em>https:\/\/www.interactiveshaderformat.com\/<\/em><\/a><\/p>\n\n\n\n<p><strong>To find .FRAG shaders:<\/strong><em> <a href=\"http:\/\/glslsandbox.com\/**\">http:\/\/glslsandbox.com\/<\/a><\/em> y <a href=\"https:\/\/www.shadertoy.com\/**\"><em>https:\/\/www.shadertoy.com\/<\/em><\/a><\/p>\n\n\n\n<p>Note: .FRAG files are not recognized in HeavyM. They need to be converted to .ISF, and we provide a method for this below.<\/p>\n\n\n\n<p>Make sure to check the usage rights in the license, usually specified at the beginning of the shader\u2019s code. If there are no specific indications, copyright applies by default, so we strongly recommend discussing with the author if you intend to use the shader for commercial purposes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Importing Shaders<\/strong><\/h3>\n\n\n\n<p>As mentioned, <strong>there are two main categories of shaders in HeavyM: generation shaders and processing shaders.<\/strong> HeavyM allows you to easily combine shaders from these two categories. HeavyM offers default shaders in the Library tabs of each shader selection window. All these shaders are .FS and therefore adhere to the ISF standard. <strong>To import your own shaders into the My Shaders tab,<\/strong> they must comply with this standard. This way, the parameters of your shaders can be easily modified within HeavyM\u2019s interface.<\/p>\n\n\n\n<p>Want to import other shader formats into HeavyM? It\u2019s very simple to convert shaders using these tools:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/magicmusicvisuals.com\/utils\/shadertoy_to_isf.php**\"><strong>https:\/\/magicmusicvisuals.com\/utils\/shadertoy_to_isf.php<\/strong><\/a> - Beta<\/li>\n\n\n\n<li>ISF Editor software (Mac only) using the \u201cImport from GLSL Sandbox\u201d and \u201cImport from Shadertoy\u201d functions<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Developing Your Own Shaders<\/strong><\/h3>\n\n\n\n<p>To create your own shaders, we recommend using the ISF format directly to ensure compatibility with as many applications as possible. The purpose of this article is not to teach GLSL coding, the language used by the ISF format. For that, we recommend reading the very comprehensive sites:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/thebookofshaders.com\/**\"><strong>https:\/\/thebookofshaders.com\/<\/strong><\/a> para <strong>GLSL<\/strong><\/li>\n\n\n\n<li><a href=\"https:\/\/docs.isf.video\/**\"><strong>https:\/\/docs.isf.video\/<\/strong><\/a> para <strong>ISF<\/strong><\/li>\n<\/ul>\n\n\n\n<p>However, to start, <strong>feel free to visit the ISF site and modify existing shaders.<\/strong> This interactive site allows you to see the changes made to the shader in real time. It\u2019s also possible to start from a basic template.<\/p>\n\n\n\n<p>The main drawback of creating and modifying shaders is that there\u2019s no error feedback. When there\u2019s a design issue, the shader may not execute or display anything, making it difficult to identify the source of the error. Therefore, it\u2019s crucial to be meticulous in your coding.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">To continue<\/h3>\n\n\n\n<p>Managing sound and music reactivity<\/p>\n\n\n\n<p><em>This guide was written by <a href=\"https:\/\/www.heavym.net\/es\/\"><strong>HeavyM<\/strong><\/a>, a company specializing in video mapping since 2013.<\/em><\/p>\n\n\n\n<p><em>For any questions, comments, advice, etc., please use this contact form: <a href=\"https:\/\/help.heavym.net\/hc\/requests\/new**\"><strong>https:\/\/help.heavym.net\/hc\/requests\/new<\/strong><\/a>. Response guaranteed within 24 hours.<\/em><\/p>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>What is a shader? A shader is a type of computer program specifically designed to run on a graphics processing unit (GPU). The term &#8216;shader&#8217; comes from &#8216;shade,&#8217; as one of the earliest uses of shaders was to simulate shadows and reflections in 3D graphics. However, today, shaders are used for a wide variety of [&hellip;]<\/p>\n","protected":false},"author":20,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[59],"tags":[],"class_list":["post-40193","post","type-post","status-publish","format-standard","hentry","category-knowledge-hub"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.8 (Yoast SEO v27.8) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Using shaders - HeavyM<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.heavym.net\/es\/using-shaders\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using shaders\" \/>\n<meta property=\"og:description\" content=\"What is a shader? A shader is a type of computer program specifically designed to run on a graphics processing unit (GPU). The term &#8216;shader&#8217; comes from &#8216;shade,&#8217; as one of the earliest uses of shaders was to simulate shadows and reflections in 3D graphics. However, today, shaders are used for a wide variety of [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.heavym.net\/es\/using-shaders\/\" \/>\n<meta property=\"og:site_name\" content=\"HeavyM\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-16T07:41:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/HeavyM-Shaders-Effects-on-shapes.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1400\" \/>\n\t<meta property=\"og:image:height\" content=\"158\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"MatteoHM\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.heavym.net\\\/using-shaders\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.heavym.net\\\/using-shaders\\\/\"},\"author\":{\"name\":\"MatteoHM\",\"@id\":\"https:\\\/\\\/www.heavym.net\\\/#\\\/schema\\\/person\\\/050344eecb2b5579071763c2380913d7\"},\"headline\":\"Using shaders\",\"datePublished\":\"2026-07-16T07:41:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.heavym.net\\\/using-shaders\\\/\"},\"wordCount\":1125,\"publisher\":{\"@id\":\"https:\\\/\\\/www.heavym.net\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.heavym.net\\\/using-shaders\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.heavym.net\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/HeavyM-Shaders-Effects-on-shapes-1024x116.webp\",\"articleSection\":[\"Knowledge Hub\"],\"inLanguage\":\"es\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.heavym.net\\\/using-shaders\\\/\",\"url\":\"https:\\\/\\\/www.heavym.net\\\/using-shaders\\\/\",\"name\":\"Using shaders - HeavyM\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.heavym.net\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.heavym.net\\\/using-shaders\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.heavym.net\\\/using-shaders\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.heavym.net\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/HeavyM-Shaders-Effects-on-shapes-1024x116.webp\",\"datePublished\":\"2026-07-16T07:41:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.heavym.net\\\/using-shaders\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.heavym.net\\\/using-shaders\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.heavym.net\\\/using-shaders\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.heavym.net\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/HeavyM-Shaders-Effects-on-shapes-1024x116.webp\",\"contentUrl\":\"https:\\\/\\\/www.heavym.net\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/HeavyM-Shaders-Effects-on-shapes-1024x116.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.heavym.net\\\/using-shaders\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.heavym.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using shaders\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.heavym.net\\\/#website\",\"url\":\"https:\\\/\\\/www.heavym.net\\\/\",\"name\":\"HeavyM\",\"description\":\"Easy Projection Mapping\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.heavym.net\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.heavym.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.heavym.net\\\/#organization\",\"name\":\"HeavyM\",\"url\":\"https:\\\/\\\/www.heavym.net\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/www.heavym.net\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.heavym.net\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/Logo-Horizontale-Base-Avec-signature-100.jpg\",\"contentUrl\":\"https:\\\/\\\/www.heavym.net\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/Logo-Horizontale-Base-Avec-signature-100.jpg\",\"width\":426,\"height\":426,\"caption\":\"HeavyM\"},\"image\":{\"@id\":\"https:\\\/\\\/www.heavym.net\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.heavym.net\\\/#\\\/schema\\\/person\\\/050344eecb2b5579071763c2380913d7\",\"name\":\"MatteoHM\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7ddb2b815d5dee472338c69272b92e6d764c1fac86515292c89544e7abcf1081?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7ddb2b815d5dee472338c69272b92e6d764c1fac86515292c89544e7abcf1081?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7ddb2b815d5dee472338c69272b92e6d764c1fac86515292c89544e7abcf1081?s=96&d=mm&r=g\",\"caption\":\"MatteoHM\"},\"url\":\"https:\\\/\\\/www.heavym.net\\\/es\\\/author\\\/matteohm\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Using shaders - HeavyM","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.heavym.net\/es\/using-shaders\/","og_locale":"es_ES","og_type":"article","og_title":"Using shaders","og_description":"What is a shader? A shader is a type of computer program specifically designed to run on a graphics processing unit (GPU). The term &#8216;shader&#8217; comes from &#8216;shade,&#8217; as one of the earliest uses of shaders was to simulate shadows and reflections in 3D graphics. However, today, shaders are used for a wide variety of [&hellip;]","og_url":"https:\/\/www.heavym.net\/es\/using-shaders\/","og_site_name":"HeavyM","article_published_time":"2026-07-16T07:41:54+00:00","og_image":[{"width":1400,"height":158,"url":"https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/HeavyM-Shaders-Effects-on-shapes.webp","type":"image\/webp"}],"author":"MatteoHM","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.heavym.net\/using-shaders\/#article","isPartOf":{"@id":"https:\/\/www.heavym.net\/using-shaders\/"},"author":{"name":"MatteoHM","@id":"https:\/\/www.heavym.net\/#\/schema\/person\/050344eecb2b5579071763c2380913d7"},"headline":"Using shaders","datePublished":"2026-07-16T07:41:54+00:00","mainEntityOfPage":{"@id":"https:\/\/www.heavym.net\/using-shaders\/"},"wordCount":1125,"publisher":{"@id":"https:\/\/www.heavym.net\/#organization"},"image":{"@id":"https:\/\/www.heavym.net\/using-shaders\/#primaryimage"},"thumbnailUrl":"https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/HeavyM-Shaders-Effects-on-shapes-1024x116.webp","articleSection":["Knowledge Hub"],"inLanguage":"es"},{"@type":"WebPage","@id":"https:\/\/www.heavym.net\/using-shaders\/","url":"https:\/\/www.heavym.net\/using-shaders\/","name":"Using shaders - HeavyM","isPartOf":{"@id":"https:\/\/www.heavym.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.heavym.net\/using-shaders\/#primaryimage"},"image":{"@id":"https:\/\/www.heavym.net\/using-shaders\/#primaryimage"},"thumbnailUrl":"https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/HeavyM-Shaders-Effects-on-shapes-1024x116.webp","datePublished":"2026-07-16T07:41:54+00:00","breadcrumb":{"@id":"https:\/\/www.heavym.net\/using-shaders\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.heavym.net\/using-shaders\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.heavym.net\/using-shaders\/#primaryimage","url":"https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/HeavyM-Shaders-Effects-on-shapes-1024x116.webp","contentUrl":"https:\/\/www.heavym.net\/wp-content\/uploads\/2026\/06\/HeavyM-Shaders-Effects-on-shapes-1024x116.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/www.heavym.net\/using-shaders\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.heavym.net\/"},{"@type":"ListItem","position":2,"name":"Using shaders"}]},{"@type":"WebSite","@id":"https:\/\/www.heavym.net\/#website","url":"https:\/\/www.heavym.net\/","name":"HeavyM","description":"Video mapping de f\u00e1cil proyecci\u00f3n","publisher":{"@id":"https:\/\/www.heavym.net\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.heavym.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.heavym.net\/#organization","name":"HeavyM","url":"https:\/\/www.heavym.net\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.heavym.net\/#\/schema\/logo\/image\/","url":"https:\/\/www.heavym.net\/wp-content\/uploads\/2025\/02\/Logo-Horizontale-Base-Avec-signature-100.jpg","contentUrl":"https:\/\/www.heavym.net\/wp-content\/uploads\/2025\/02\/Logo-Horizontale-Base-Avec-signature-100.jpg","width":426,"height":426,"caption":"HeavyM"},"image":{"@id":"https:\/\/www.heavym.net\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.heavym.net\/#\/schema\/person\/050344eecb2b5579071763c2380913d7","name":"MatteoHM","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/secure.gravatar.com\/avatar\/7ddb2b815d5dee472338c69272b92e6d764c1fac86515292c89544e7abcf1081?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/7ddb2b815d5dee472338c69272b92e6d764c1fac86515292c89544e7abcf1081?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7ddb2b815d5dee472338c69272b92e6d764c1fac86515292c89544e7abcf1081?s=96&d=mm&r=g","caption":"MatteoHM"},"url":"https:\/\/www.heavym.net\/es\/author\/matteohm\/"}]}},"_links":{"self":[{"href":"https:\/\/www.heavym.net\/es\/wp-json\/wp\/v2\/posts\/40193","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.heavym.net\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.heavym.net\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.heavym.net\/es\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/www.heavym.net\/es\/wp-json\/wp\/v2\/comments?post=40193"}],"version-history":[{"count":3,"href":"https:\/\/www.heavym.net\/es\/wp-json\/wp\/v2\/posts\/40193\/revisions"}],"predecessor-version":[{"id":40608,"href":"https:\/\/www.heavym.net\/es\/wp-json\/wp\/v2\/posts\/40193\/revisions\/40608"}],"wp:attachment":[{"href":"https:\/\/www.heavym.net\/es\/wp-json\/wp\/v2\/media?parent=40193"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.heavym.net\/es\/wp-json\/wp\/v2\/categories?post=40193"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.heavym.net\/es\/wp-json\/wp\/v2\/tags?post=40193"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}