Skip to content

Instantly share code, notes, and snippets.

View gastonmorixe's full-sized avatar
🇺🇳

Gaston Morixe gastonmorixe

🇺🇳
View GitHub Profile
from manimlib import *
import random
class ShadowMappingIllustration(Scene):
def construct(self):
# -------------------------------------------------------------
# INTRO TITLE
# -------------------------------------------------------------
title = Text("Shadow Mapping: Two-Pass Technique")