This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Google WebFont Loader test · CodePen</title> | |
<!-- | |
Copyright (c) 2012 David DeSandro, http://codepen.io/desandro | |
Permission is hereby granted, free of charge, to any person obtaining |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PGraphics flatImg; | |
PImage img; | |
float rt3 = sqrt(3); | |
float res = 10; /* resolution */ | |
float radius = 2.1 * res / rt3; | |
float zoom = 1.0; | |
void setup() { | |
noLoop(); | |
smooth(); |
NewerOlder