Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.

Files

Latest commit

 

History

History
36 lines (36 loc) · 1.54 KB

063.1-unikitty-flag.md

File metadata and controls

36 lines (36 loc) · 1.54 KB
title redirect_from video_number date video_id repository contributions links parts
Texturing Cloth Simulation Part 1
CodingChallenges/63.1-unikitty-flag.html
63.1
2017-03-14
JunJzIe0hEo
CC_063_unikitty_flag
title author url source
Surface of Water / Taught Cloth Simulation
Aryaman Kejriwal
title author url source
Cloth Simulation hanging from letters
Lorenzo Salmina
title author url source
p5.js Unikitty Flag on Flagpole (w/Matter.js)
name url
Sam Lee
title url
Toxiclibs
title url
Texturing Cloth Simulation Part 2
/CodingChallenges/063.2-unikitty-flag

In this two part coding challenge, I demonstrate how to render geometry with an image texture (making a waving flag). In this first part, I cover the beginShape(), endShape(), and texture() functions and discuss different options like TRIANGLE_STRIP, QUAD_STRIP, and more.