You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/animation/playing_videos.rst
+53-14Lines changed: 53 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,7 +268,7 @@ To implement the chroma key effect, follow these steps:
268
268
269
269
2. In the "ChromaKeyShader.gdshader" file, write the custom shader code as shown below:
270
270
271
-
.. code-block:: gd
271
+
.. code-block:: glsl
272
272
273
273
shader_type canvas_item;
274
274
@@ -311,25 +311,64 @@ UI Controls
311
311
312
312
To allow users to manipulate the chroma key effect in real-time, we created sliders in the `Control` node. The `Control` node's script contains the following functions:
0 commit comments