{"id":70951,"date":"2022-09-10T14:34:12","date_gmt":"2022-09-10T18:34:12","guid":{"rendered":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/?p=70951"},"modified":"2022-09-10T15:03:09","modified_gmt":"2022-09-10T19:03:09","slug":"sydneycha-project-02-variable-face","status":"publish","type":"post","link":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/2022\/09\/10\/sydneycha-project-02-variable-face\/","title":{"rendered":"SydneyCha-Project-02-Variable-Face"},"content":{"rendered":"<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body><div class=\"wp-block-file\"><a id=\"wp-block-file--media-11519c3d-85b9-4894-a6d4-9125010494e1\" class=\"p5_sketch_link\" data-width=\"300\" data-height=\"300\" href=\"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-content\/uploads\/2022\/09\/sketch-145.js\">sketch<\/a><iframe src=\"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-content\/plugins\/p5-embedder\/p5_iframe.html\" class=\"p5_exampleFrame\" width=\"300\" height=\"300\"><\/iframe><pre class=\"language-javascript\"><code class=\"p5_editor language-javascript\">\/\/Sydney Cha\n\/\/Section D\n\nvar eyeSize = 20;\nvar faceWidth = 100;\nvar faceHeight = 150;\n\nvar r = 207;\nvar g = 185;\nvar b = 151;\n\nvar re = 100;\nvar ge = 100;\nvar be = 100;\n \nfunction setup() {\n    createCanvas(300, 300);\n}\n \nfunction draw() {\n    background(re);\n\n    ellipse(width \/ 3, height \/ 2, faceWidth \/ 3, faceWidth \/ 3); \/\/left ear\n    ellipse(2*width \/ 3, height \/ 2, faceWidth \/ 3, faceWidth \/ 3); \/\/right ear\n\n    fill(r, g, b);\n    ellipse(width \/ 2, height \/ 2, faceWidth,  faceHeight); \/\/face\n\n    var eyeLX = width \/ 2 - faceWidth * 0.25;\n    var eyeRX = width \/ 2 + faceWidth * 0.25;\n    fill(re, ge, be);\n    ellipse(eyeLX, height \/ 2, 2*eyeSize\/3, 2*eyeSize); \/\/left eye\n    ellipse(eyeRX, height \/ 2, 2*eyeSize\/3, 2*eyeSize); \/\/right eye\n\n    fill(200, 70, 70);\n    arc(width \/ 2, 2*height \/ 3, 20, 10, TWO_PI, PI); \/\/mouth\n\n    line(width \/ 2, height \/ 2, width \/ 2, faceHeight - 10); \/\/nose\n}\n \nfunction mousePressed() {\n    faceWidth = random(100, 120);\n    faceHeight = random(130, 200);\n    eyeSize = random(10, 30);\n\n    r = random(160, 240);\n    g = random(180, 200);\n    b = random(150, 180);\n\n    re = random(95, 255);\n    ge = random(95, 255);\n    be = random(95, 255);\n}<\/code><\/pre><\/div><\/body><\/html>\n","protected":false},"excerpt":{"rendered":"<p>sketch \/\/Sydney Cha \/\/Section D var eyeSize = 20; var faceWidth = 100; var faceHeight = 150; var r = 207; var g = 185; var b = 151; var re = 100; var ge = 100; var be = 100; function setup() { createCanvas(300, 300); } function draw() { background(re); ellipse(width \/ 3, height &hellip; <a href=\"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/2022\/09\/10\/sydneycha-project-02-variable-face\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;SydneyCha-Project-02-Variable-Face&#8221;<\/span><\/a><\/p>\n","protected":false},"author":707,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[97,58],"tags":[],"_links":{"self":[{"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/posts\/70951"}],"collection":[{"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/users\/707"}],"replies":[{"embeddable":true,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/comments?post=70951"}],"version-history":[{"count":8,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/posts\/70951\/revisions"}],"predecessor-version":[{"id":70995,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/posts\/70951\/revisions\/70995"}],"wp:attachment":[{"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/media?parent=70951"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/categories?post=70951"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/courses.ideate.cmu.edu\/15-104\/f2022\/wp-json\/wp\/v2\/tags?post=70951"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}