-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
892 lines (797 loc) · 44.3 KB
/
index.html
File metadata and controls
892 lines (797 loc) · 44.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16890899639"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-16890899639');
</script>
<title>Pragmatic VFX: Advanced Houdini Courses from Senior ILM FX TD</title>
<meta name="keywords" content="houdini,pragmatic,vex,feature,featurefilm,vfx,gamedev,indie,cg,cgi,gamedev,mograph,c4d,motiongraphics,3d,rnd,fx,td,film,visualeffects,effects,procedural,proceduralism,coding,ml,algorithm,training,learning,math,mathlab,visualization,coding,optimization,practical,catmull,catmullclark,opensubdiv,subdivision,surfaces,subd,modeling,limitsurface,topology,geometry,polygons,linearalgebra,orthogonalization,asus,studiobook,proart,performance,c++,adaptivity,linearalgebra,surface,iterative,mlb2020,machinelearning,deeplearning,cgal,pcl,animatrix,flip,fluids,rbd,sbd,vellum,pyro,axiom,solver,fluiddynamics,tutorial,tutorials,course,courses,online,advanced,learning,cgma,rebelway,mainroad,ilm,weta,cgsociety,entagma">
<meta name="author" content="Yunus Balcioglu">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="Pragmatic VEX: Volume 1 [4K]" />
<meta property="og:description" content="Pragmatic VEX series is aimed to increase the technical capacity of the artists and TDs which will allow them to tackle more complex production shots with complete control and ease by acquiring a deeper technical understanding of how things work in Houdini at the lowest level with a strong applied focus on high-end feature film visual effects production." />
<meta property="og:image" content="https://www.pragmatic-vfx.com/thumbnail.jpg" />
<style type="text/css">
.container {
max-width:800px;
margin:0 auto;
padding-top:10%;
}
.style3 {
border: 0px solid #141414;
background-color: #141414;
border-collapse: collapse;
}
.style5 {
text-align: left;
}
.style6 {
background-color: #141414;
}
.style7 {
text-align: center;
}
.style8 {
text-align: right;
}
.style9 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #CDC9C2;
}
.auto-style1 {
text-align: left;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: rgb(205, 201, 194);
}
.auto-style3 {
border-collapse: collapse;
border: 0px solid transparent;
}
.auto-style4 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #CDC9C2;
text-align: right;
}
.auto-style5 {
font-size: medium;
}
.auto-style6 {
text-align: left;
font-family: Arial, Helvetica, sans-serif;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.plyr-wrap .plyr {
width: 100%;
}
.plyr-wrap {
width: 800px;
max-width: 100%;
margin: 0 auto 20px auto;
border-radius: 14px;
overflow: hidden;
box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}
.preview-swap {
position: relative;
}
.preview-swap-overlay {
position: absolute;
inset: 0;
border: 0;
background: transparent;
cursor: pointer;
z-index: 2;
}
.fake-plyr {
margin: 0 auto 20px auto !important;
position: relative;
width: 800px;
height: 450px;
max-width: 100%;
overflow: hidden;
border-radius: 14px;
box-shadow: 0 10px 40px rgba(0,0,0,0.5);
cursor: pointer;
background: #000;
}
.fake-plyr img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.fake-plyr__shade {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(0,0,0,0.88), rgba(0,0,0,0.22), rgba(0,0,0,0));
pointer-events: none;
}
.fake-plyr__controls {
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 52px;
padding: 0 22px;
display: flex;
align-items: center;
gap: 14px;
pointer-events: none;
}
.fake-plyr__icon {
width: 22px;
height: 22px;
flex: 0 0 auto;
}
.fake-plyr__icon path {
fill: #fff;
}
.fake-plyr__track {
position: relative;
height: 5px;
border-radius: 999px;
background: rgba(255,255,255,0.34);
overflow: visible;
}
.fake-plyr__track--progress {
flex: 1 1 auto;
}
.fake-plyr__track--volume {
width: 134px;
flex: 0 0 auto;
}
.fake-plyr__fill {
height: 100%;
border-radius: 999px;
}
.fake-plyr__fill--progress {
width: 0%;
background: #fff;
}
.fake-plyr__fill--volume {
width: 78%;
background: #00bfff;
}
.fake-plyr__thumb {
position: absolute;
top: 50%;
width: 18px;
height: 18px;
margin-top: -9px;
border-radius: 50%;
background: #fff;
box-shadow: 0 0 0 1px rgba(0,0,0,0.18);
}
.fake-plyr__thumb--progress {
left: 0;
}
.fake-plyr__thumb--volume {
left: calc(78% - 9px);
}
table.style3,
table.auto-style3 {
margin: 0 auto 60px auto;
}
.tight-table {
margin-bottom: 0 !important;
}
.single-gap-after {
margin-bottom: 20px !important;
}
.double-gap-before {
margin-top: 60px !important;
}
.double-gap-spacer {
height: 60px;
}
.double-gap-spacer + table.style3 {
margin-bottom: 0;
}
.price-table td {
vertical-align: middle;
}
.price-table .price-action-cell,
.price-table .orig-price-cell {
padding-top: 0;
padding-bottom: 0;
}
.price-table .price-action-cell > a[data-dpd-type="button"] {
display: inline-flex !important;
align-items: center;
min-height: 40px;
}
.price-table .orig-price-cell {
display: flex;
align-items: center;
padding-left: 2px;
}
.price-table .orig-price-cell img {
display: block;
width: auto;
height: 40px;
}
table.style3 p,
table.auto-style3 p {
margin-top: 0 !important;
}
table.style3 p:last-child,
table.auto-style3 p:last-child {
margin-bottom: 0 !important;
}
.plyr__video-wrapper {
border-radius: 14px;
}
.plyr iframe {
border-radius: 14px;
}
.plyr__control--overlaid {
background: rgba(0, 191, 255, 0.9) !important;
border-radius: 50% !important;
width: 70px !important;
height: 70px !important;
display: flex;
align-items: center;
justify-content: center;
}
.plyr__control--overlaid svg {
width: 26px;
height: 26px;
fill: white;
}
.plyr__controls {
background: linear-gradient(to top,
rgba(0,0,0,0.85),
rgba(0,0,0,0.3),
rgba(0,0,0,0)
) !important;
}
.plyr__control {
color: white !important;
}
.plyr__menu,
.plyr__tooltip {
font-family: Arial, sans-serif;
}
.plyr__control--overlaid {
position: absolute !important;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.plyr__control--overlaid {
background: rgba(0, 191, 255, 0.75) !important;
backdrop-filter: blur(6px);
}
.plyr__control--overlaid:hover {
background: rgba(0, 191, 255, 1) !important;
transform: translate(-50%, -50%) scale(1.05);
}
.plyr {
--plyr-video-controls-background: transparent;
}
.video-title-overlay {
position: absolute;
top: 16px;
left: 16px;
z-index: 5;
font-family: 'Inter', system-ui, -apple-system, sans-serif;
font-size: 15px;
font-weight: 500;
color: #fff;
padding: 6px 10px;
border-radius: 8px;
background: rgba(0, 0, 0, 0.45);
backdrop-filter: blur(4px);
letter-spacing: 0.2px;
pointer-events: none;
}
.plyr:hover .video-title-overlay {
opacity: 0;
}
.auto-style8 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #CDC9C2;
white-space: nowrap;
}
.auto-style9 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #CDC9C2;
text-align: right;
white-space: nowrap;
}
</style>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2639190323077406');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2639190323077406&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<link rel="stylesheet" href="https://cdn.plyr.io/3.8.4/plyr.css" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
</head>
<body style="background-color: #141414">
<div class="style7">
<br>
<br><br><br>
<br>
<div class="plyr-wrap" style="position:relative;">
<div class="video-title-overlay">Pragmatic VEX: Volume 1 – The Manifold of Morphology</div>
<div data-plyr-provider="youtube" data-plyr-embed-id="yE4VZfeSb20"></div>
</div><table align="center" class="style3 tight-table price-table double-gap-before">
<tr>
<td class="auto-style9 price-action-cell">
<a data-dpd-type="button" data-text="BUY NOW" data-variant="price-right" data-button-size="dpd-medium" data-bg-color="00bfff" data-bg-color-hover="0bddff" data-text-color="ffffff" data-pr-bg-color="141414" data-pr-color="ffc000" data-lightbox="1" href="https://animatrix.dpdcart.com/cart/add?product_id=199182&method_id=216868">BUY NOW</a></td>
<td class="auto-style8 orig-price-cell" align="left">
<img src="origprice4.png" width="80" height="40"></td>
</tr>
<tr>
<td class="auto-style4">
<a data-dpd-type="button" data-text="STUDIO LICENSE | 1-4 PEOPLE" data-variant="price-right" data-button-size="dpd-medium" data-bg-color="00bfff" data-bg-color-hover="0bddff" data-text-color="ffffff" data-pr-bg-color="141414" data-pr-color="ffc000" data-lightbox="1" href="https://animatrix.dpdcart.com/cart/add?product_id=199182&method_id=253491">STUDIO LICENSE | 1-4 ARTISTS</a></td>
<td class="style9">
<a data-dpd-type="button" data-text="STUDIO LICENSE | 5-9 PEOPLE" data-variant="price-left" data-button-size="dpd-medium" data-bg-color="00bfff" data-bg-color-hover="0bddff" data-text-color="ffffff" data-pr-bg-color="141414" data-pr-color="ffc000" data-lightbox="1" href="https://animatrix.dpdcart.com/cart/add?product_id=199182&method_id=253492">STUDIO LICENSE | 5-9 ARTISTS</a></td>
</tr>
<tr>
<td class="auto-style4">
<a data-dpd-type="button" data-text="STUDIO LICENSE | 10-19 PEOPLE" data-variant="price-right" data-button-size="dpd-medium" data-bg-color="00bfff" data-bg-color-hover="0bddff" data-text-color="ffffff" data-pr-bg-color="141414" data-pr-color="ffc000" data-lightbox="1" href="https://animatrix.dpdcart.com/cart/add?product_id=199182&method_id=218298">STUDIO LICENSE | 10-19 ARTISTS</a></td>
<td class="style9">
<a data-dpd-type="button" data-text="STUDIO LICENSE | 20-50 PEOPLE" data-variant="price-left" data-button-size="dpd-medium" data-bg-color="00bfff" data-bg-color-hover="0bddff" data-text-color="ffffff" data-pr-bg-color="141414" data-pr-color="ffc000" data-lightbox="1" href="https://animatrix.dpdcart.com/cart/add?product_id=199182&method_id=253174">
STUDIO LICENSE | 20-50 ARTISTS</a></td>
</tr>
</table>
<table align="center" class="style3">
<tr>
<td class="style9">
<p class="style5" style="color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;">
For more than 50 people, please contact
<a href="mailto:animatrix2k7@gmail.com">us</a></p>
</td>
</tr>
</table>
<table align="center" class="style3 tight-table">
<tr>
<td class="style9">
<p class="style5" style="color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;">
Companies that use Pragmatic VEX</p>
</td>
</tr>
</table>
<table align="center" class="style3">
<tr>
<td class="style9">
<img height="100" src="companies7.png" width="800"></td>
</tr>
</table>
<table align="center" class="style3 tight-table">
<tr>
<td class="style9">
<p class="style5" style="color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;">
Professionals who use Pragmatic VEX are working at</p>
</td>
</tr>
</table>
<table align="center" class="style3">
<tr>
<td class="style9">
<img height="300" src="artists7.png" width="800"></td>
</tr>
</table>
<div class="plyr-wrap" style="position:relative;">
<div class="video-title-overlay">FX Showreel 2020</div>
<div data-plyr-provider="youtube" data-plyr-embed-id="WRpX8zNwbUI"></div>
</div>
<table align="center" class="style3">
<tr>
<td class="style9">
<p class="style5" style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;">
<strong>Pragmatic VEX</strong> is a highly planned, highly edited series
aimed to increase the technical capacity of artists and TDs. This series
will enable you to tackle more complex production shots with complete
control and ease by acquiring a deeper technical understanding of how
things work in Houdini at the lowest level with a strong applied focus
on high-end feature film visual effects production.</p>
<p class="style5" style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;">
Through carefully structured lessons, you'll gain the low-level
understanding and control required for high-complexity shots in Houdini. The techniques
taught in <strong>Pragmatic VEX</strong> have been proven in major feature film
productions, including blockbusters like
<span class="style6"><strong>The LOTR: The Rings of Power</strong>,
</span> <strong>
Star Wars, Aquaman</strong>, <strong>X-Men</strong> and more,
ensuring you learn production-proven methods used at the highest levels
of VFX production.</p>
<p style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;" class="style5">
Created by <strong>Yunus "animatrix" Balcioglu</strong>, <span class="style6">
currently a
</span><strong>Senior
FX Technical Director</strong>
<span class="style6">at</span> <strong>Industrial Light & Magic</strong>. Feature film credits include
<span class="style6"><strong>The Lord of the Rings: The Rings of Power</strong>,
</span> <strong>
Marvel's Eternals</strong>, <strong>
Star Wars: The Rise of Skywalker</strong>,<strong>
X-Men: Dark Phoenix</strong>,<strong> <span class="style6">X-Men:
Apocalypse,
</span>Aquaman</strong>,<strong> Alien:
Covenant</strong>,<strong> Pirates of the Caribbean: Dead Men Tell No
Tales</strong>,<strong> <span class="style6">
Justice League</span></strong> and many more.<span class="style6"><br>
</span></p>
</td>
</tr>
</table>
<table align="center" class="auto-style3">
<tr>
<td class="style3">
<img height="480" src="posters_filtered.png" width="800"></td>
</tr>
</table>
<div class="plyr-wrap preview-swap" style="position:relative;" data-swap-video-id="102sG5cjDiA">
<div class="video-title-overlay">Adaptive Fracture Synthesis and Propagation in VEX – Tokyo HIVE 2025</div>
<div data-plyr-provider="youtube" data-plyr-embed-id="8kN5ruz0teY"></div>
<button class="preview-swap-overlay" type="button" aria-label="Open original Adaptive Fracture video"></button>
</div>
<table align="center" class="style3">
<tr>
<td class="style9">
<p class="auto-style6" style="box-sizing: border-box; color: rgb(205, 201, 194); font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;">
<strong data-end="241" data-start="144">Adaptive Fracture Synthesis and
Propagation in VEX using OpenSubdiv Limit Surface Derivatives</strong>
was featured at <strong>Houdini Tokyo HIVE 2025</strong>, demonstrating production-proven
adaptive fracture driven by
<strong data-end="356" data-is-only-node="" data-start="343">geodesics</strong>,
<strong data-end="379" data-start="358">eikonal gradients</strong>, and
<strong data-end="422" data-start="385">high-order limit-surface
sampling</strong> - the setup I originally developed for
<em data-end="483" data-start="462">X-Men: Dark Phoenix</em>.</p>
</td>
</tr>
</table>
<div class="plyr-wrap" style="position:relative;">
<div class="video-title-overlay">Create with ASUS ProArt – Senior FX Technical Director</div>
<div data-plyr-provider="youtube" data-plyr-embed-id="3Q5Rn86H_gE"></div>
</div>
<table align="center" class="style3">
<tr>
<td class="style9">
<p class="style5" style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;">
<strong><em>Pragmatic VEX</em></strong><em> is featured on ASUS ProArt showcase
series.</em></p>
</td>
</tr>
</table>
<div class="plyr-wrap preview-swap" data-swap-video-id="HryJBbNwqDw">
<div class="video-title-overlay">Face Peeling Using KineFX – GamesCom Asia 2022</div>
<div data-plyr-provider="youtube" data-plyr-embed-id="Ob8b1c4P04g"></div>
<button class="preview-swap-overlay" type="button" aria-label="Open original Face Peeling video"></button>
</div>
<table align="center" class="style3">
<tr>
<td class="style9">
<p class="style5" style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;">
<strong>Face Peeling Using KineFX</strong> was featured at <strong>
GamesCom Asia 2022</strong> in Singapore, demonstrating a highly
procedural and art-directable polygon-folding setup in VEX.</p>
</td>
</tr>
</table>
<div class="plyr-wrap" style="position:relative;">
<div class="video-title-overlay">Gradient Descent & Contour Lines – Planar Geometry</div>
<div data-plyr-provider="youtube" data-plyr-embed-id="cwlrnmgyf-4"></div>
</div>
<table align="center" class="style3">
<tr>
<td class="style9">
<p class="style5" style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;">
<strong>Pragmatic VEX</strong> is a carefully structured course where
every single topic, concept and idea is planned in advance with no idle
moments, dead space, gratuitous talking or unplanned debugging for what
should have been done offline.</p>
</td>
</tr>
</table>
<table align="center" class="auto-style3 single-gap-after">
<tr>
<td class="style3">
<img src="planning2.png" width="800"></td>
</tr>
</table>
<table align="center" class="style3">
<tr>
<td class="style9">
<p class="style5" style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;">
Some of the intricate planning inside the network editor for a single
topic.</p>
</td>
</tr>
</table>
<div class="plyr-wrap" style="position:relative;">
<div class="video-title-overlay">Gradient Descent & Contour Lines – 3D Geometry</div>
<div data-plyr-provider="youtube" data-plyr-embed-id="X1_FrgXfATQ"></div>
</div>
<table align="center" class="style3">
<tr>
<td class="style9">
<p class="style5" style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;">
The course avoids the typical pitfalls of improvised tutorials. Every
lesson is carefully scripted and edited for clarity. Topics are
introduced with live concept sketches, then demonstrated step-by-step in
Houdini, ensuring you fully grasp the idea before applying it.</p>
<p class="style5" style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;">
All course content is recorded in 4K resolution, providing pristine
visual clarity for optimal learning in any device whether it's a tablet
or a high resolution large display.</p>
</td>
</tr>
</table>
<div class="plyr-wrap" style="position:relative;">
<div class="video-title-overlay">Gradient Descent & Contour Lines – Contour Lines</div>
<div data-plyr-provider="youtube" data-plyr-embed-id="X1_FrgXfATQ"></div>
</div>
<table align="center" class="style3">
<tr>
<td class="style9">
<p class="style5" style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;">
Provided in this course are <strong>over 15 hours of high-density practical
video content spanning 162 videos</strong>.</p>
</td>
</tr>
</table>
<div class="plyr-wrap" style="position:relative;">
<div class="video-title-overlay">Gradient Descent & Contour Lines – Heightfields</div>
<div data-plyr-provider="youtube" data-plyr-embed-id="TFaPW_jZtWc"></div>
</div>
<table align="center" class="style3">
<tr>
<td class="style9">
<p class="style5" style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;">
Almost all cook times and
idle moments are edited out, and some parts are sped up (2-5x) like
concept drawing, code writing, viewport/network navigation, and node
layout, etc. The focus is on quality rather than total running time, and
as such the course length is not the best way to estimate the actual
value.</p>
</td>
</tr>
</table>
<div class="plyr-wrap" style="position:relative;">
<div class="video-title-overlay">Catmull-Clark Subdivision – Introduction & Rules</div>
<div data-plyr-provider="youtube" data-plyr-embed-id="CsR09ohdO0A"></div>
</div>
<table align="center" class="style3">
<tr>
<td class="style9">
<p class="style5" style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;">
That's why I don't spend 1 hour explaining what a string is, or how to
call a function as there are so many resources online covering those to
exhaustion. They will be assumed knowledge. Basic courses are plenty,
it's the advanced courses that are scarce.</p>
</td>
</tr>
</table>
<div class="plyr-wrap" style="position:relative;">
<div class="video-title-overlay">OpenSubdiv Patches in VEX</div>
<div data-plyr-provider="youtube" data-plyr-embed-id="28ZWIumhwZA"></div>
</div>
<table align="center" class="style3">
<tr>
<td class="style9">
<p style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;" class="style5">
If you feel that, at any point, you are lacking some prerequisites, I
would highly recommend referring to Houdini documentation.</p>
</td>
</tr>
</table>
<div class="plyr-wrap" style="position:relative;">
<div class="video-title-overlay">Moving Points to the Subdivision Limit Surface</div>
<div data-plyr-provider="youtube" data-plyr-embed-id="_kw54o19Y2Q"></div>
</div>
<table align="center" class="style3">
<tr>
<td class="style9">
<p class="style5" style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;">
<strong>Pragmatic VEX</strong> covers as many areas that have relevant areas to have a solid
volume with a similar theme and flow, that not only progressively scales
up on complexity and intricacy, but is also filled with countless
practical production-proven tips and tricks from beginning to end.</p>
</td>
</tr>
</table>
<div class="plyr-wrap" style="position:relative;">
<div class="video-title-overlay">Creating Isolines on the Subdivision Limit Surface</div>
<div data-plyr-provider="youtube" data-plyr-embed-id="8T4wDpx_4bc"></div>
</div>
<table align="center" class="style3 double-gap-before">
<tr>
<td>
<p style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;" class="style5">
<span class="auto-style5">Topics covered:</span><br class="style6"><br class="style6">
<strong>Point Clouds & Geometry Distribution</strong><br>• Point
Clouds, Smooth Point Cloud Filtering, Grid Based Point Cloud Lookup
(pgfind), Camera Based Occlusion with Variable Pscale<br>• Point
Relaxation, Uniform Point Distribution over Polygonal Surfaces, Self
Proximity, Tighter Packing<br>• Clustering, Geometric Advection<br><br><strong>Optimization,
Kernel Processing & Hashing</strong><br>• Multithreading Geometry Creation,
Unique Pair Matching, Operator Decoupling, Kernel Code Generalization,
Generic VEX Kernels, Unrolling For Loops<br>• Convolution Kernels,
Blurring Attributes, Sharpening Attributes, Cubic Hermite Interpolation
(smoothstep), Shaping Functions<br>• Hashing<br><br><strong>Field
Analysis, Geometry Dynamics & Tracing Techniques</strong><br>• Attribute
Gradient, Gradient Ascent, Gradient Descent & Contour Lines (Isolines)
on Planar/Arbitrary Geometry & Heightfields<br>• Streamlines, Flowlines,
Geometry Traversal<br>• Backward Tracing, Forward Tracing, Tracing Curves<br><br><strong>Flow Analysis & Visualization</strong><br>
• Flow Fields, Flow Field Visualization, Vector Fields, Direction Fields<br>
<br><strong>Edge Operations & Analysis</strong><br>• K-Depth
Neighbours Using Edges & Primitives, Half-Edges, Splitting Edges, Edge
Divide, Optimizing Edge Operations<br><br><strong>Subdivision Surfaces, Limit Surfaces,
Adaptivity &
Geometric Refinement</strong><br>• Catmull-Clark Subdivision, Bilinear
Subdivision, Improved OpenSubdiv Catmull-Clark Subdivision Surfaces
Algorithm, Adaptive Subdivision, Boundary Rules<br>• Subdivision Limit
Surface, Limit Surface Sampling, Isoline Display<br>• Orthonormalization, Quadtrees<br>
<br><strong>Attributes, Group Handling & Fusing</strong><br>• Custom
Fusing in VEX, Attribute Preservation & Interpolation, Group
Preservation<br><br><strong>Light & Reflection</strong><br>• Sea
Caustics, Pool Caustics<br><br><strong>Performance, Profiling & Design
Principles</strong><br>• Performance Profiling,
Aggressive Performance Optimizations<br>• Generic HDA Design</p>
<p style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;" class="style5">
<span class="style6"><br>
Software: <strong>Houdini 21</strong><br>Length: <strong>Over 15 hours</strong><br>
Number of Videos: <strong>163</strong></span></p>
<p style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;" class="style5">
<span class="style6">
<br>
Special thanks to Jeff Lait and Mark Elendt.</span></p>
<p style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;" class="style5">
<span class="style6">
Korean translation (WIP) by Seona Hwang.</span></p>
<p style="box-sizing: border-box; margin: 0px 0px 1.25rem; color: rgb(205, 201, 194); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;" class="style5">
<span class="style6">
Rendered using Redshift.<br>
</span></p>
</td>
</tr>
</table>
</div>
<div class="style7">
<div class="plyr-wrap" style="position:relative;">
<div class="video-title-overlay">Supercharged R9 – Advanced GUI & workflow enhancements for Houdini</div>
<div data-plyr-provider="youtube" data-plyr-embed-id="W8fqfAjjqzk"></div>
</div>
<table align="center" class="style3">
<tr>
<td>
<p style="box-sizing: border-box; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(20, 20, 20); text-decoration-style: initial; text-decoration-color: initial;" class="auto-style1">
Overlay Network Editor feature is part of <a href="https://gum.co/fxsup">
Supercharged extension</a></p>
</td>
</tr>
</table>
</div>
<table align="center" class="auto-style3">
<tr>
<td class="style3">
<img src="logos.png" width="800"></td>
</tr>
</table>
<br>
<p class="style5" style="box-sizing: border-box; color: rgb(205, 201, 194); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(20, 20, 20)">
</p>
<p class="style5" style="box-sizing: border-box; color: rgb(205, 201, 194); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(20, 20, 20)">
</p>
<p class="style5" style="box-sizing: border-box; color: rgb(205, 201, 194); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(20, 20, 20)">
</p>
<p class="style5" style="box-sizing: border-box; color: rgb(205, 201, 194); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(20, 20, 20)">
</p>
<p class="style5" style="box-sizing: border-box; color: rgb(205, 201, 194); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(20, 20, 20)">
</p>
<p class="style5" style="box-sizing: border-box; color: rgb(205, 201, 194); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(20, 20, 20)">
</p>
<p class="style5" style="box-sizing: border-box; color: rgb(205, 201, 194); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400; max-width: 44rem; font-size: 0.875rem; line-height: 1.42857; letter-spacing: 0.01rem; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(20, 20, 20)">
</p>
<script src="https://cdn.plyr.io/3.8.4/plyr.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
// Init direct Plyr blocks
const directPlayers = document.querySelectorAll('.plyr-wrap > [data-plyr-provider="youtube"]');
directPlayers.forEach(function (playerEl) {
new Plyr(playerEl, {
controls: ['play','progress','mute','volume','fullscreen'],
youtube: {
modestbranding: 1,
rel: 0,
noCookie: true,
iv_load_policy: 3
}
});
});
document.querySelectorAll('.preview-swap').forEach(function (wrapper) {
const overlay = wrapper.querySelector('.preview-swap-overlay');
if (!overlay) return;
overlay.addEventListener('click', function () {
const targetId = wrapper.getAttribute('data-swap-video-id');
if (!targetId) return;
wrapper.innerHTML = '';
const player = document.createElement('div');
player.setAttribute('data-plyr-provider', 'youtube');
player.setAttribute('data-plyr-embed-id', targetId);
wrapper.appendChild(player);
new Plyr(player, {
autoplay: true,
controls: ['play','progress','mute','volume','fullscreen'],
youtube: {
modestbranding: 1,
rel: 0,
noCookie: true,
iv_load_policy: 3
}
});
});
});
// Convert old iframes
const iframes = document.querySelectorAll('iframe');
iframes.forEach(function (iframe) {
const src = iframe.src || '';
if (!src.includes('youtube.com/embed/')) return;
const match = src.match(/youtube\.com\/embed\/([^?&]+)/);
if (!match) return;
const id = match[1];
const wrapper = document.createElement('div');
wrapper.className = 'plyr-wrap';
const player = document.createElement('div');
player.setAttribute('data-plyr-provider', 'youtube');
player.setAttribute('data-plyr-embed-id', id);
wrapper.appendChild(player);
iframe.replaceWith(wrapper);
new Plyr(player, {
controls: ['play','progress','mute','volume','fullscreen'],
youtube: {
modestbranding: 1,
rel: 0,
noCookie: true
}
});
});
});
</script>
<script src="https://animatrix.dpdcart.com/dpd.js"></script>
<script>
document.addEventListener('click', function (e) {
const btn = e.target.closest('a[data-dpd-type="button"]');
if (btn && typeof fbq === 'function') {
fbq('track', 'AddToCart');
}
});
</script></body>