Bespoke template test for hero/code418
Also partly doing this to trigger a rebuild and hopefully get some insight into why code.index has ended up broken
This commit is contained in:
parent
1ae647a748
commit
035b9bd86c
|
@ -1,4 +1,4 @@
|
|||
[video member=cmuratori stream_platform=twitch stream_username=handmade_hero project=code title="Smoothing Light Samples Over Time" vod_platform=youtube id=0Kz7OnS2E-8 annotator=Miblo]
|
||||
[video member=cmuratori stream_platform=twitch stream_username=handmade_hero template=code418_template.html project=code title="Smoothing Light Samples Over Time" vod_platform=youtube id=0Kz7OnS2E-8 annotator=Miblo]
|
||||
[0:01][Recap and set the stage for the day][:speech]
|
||||
[1:26][:Run the game to see the flickering :lighting][:rendering]
|
||||
[2:42][Flicker / Sampling: "Monte Carlo" → "Random" → "Stochastic"][:blackboard :lighting :prng :rendering]
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
<html>
|
||||
<head>
|
||||
<!-- __CINERA_INCLUDES__ -->
|
||||
</head>
|
||||
<body>
|
||||
<!-- __CINERA_MENUS__ -->
|
||||
<!-- __CINERA_PLAYER__ -->
|
||||
<!-- __CINERA_SCRIPT__ -->
|
||||
<!-- NOTE(cinera): Hi there! -->
|
||||
<p style="display:none;">He's a real nowhere man</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue