Initial commit.

This commit is contained in:
Mike Bostock 2012-12-14 09:47:48 -08:00
commit 44b5f2392f
98 changed files with 11750 additions and 0 deletions

BIN
resources/04ptboyf.ogg Normal file

Binary file not shown.

9
resources/Info.plist Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleIconFile</key>
<string>Polly.icns</string>
</dict>
</plist>

BIN
resources/Polly.icns Normal file

Binary file not shown.

BIN
resources/ceramic.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

BIN
resources/clovers.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 KiB

BIN
resources/concrete.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

BIN
resources/drain.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

BIN
resources/half.ogg Normal file

Binary file not shown.

BIN
resources/hidnseek.ogg Normal file

Binary file not shown.

BIN
resources/ivy.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 KiB

BIN
resources/metal.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

6
resources/normal.frag Normal file
View file

@ -0,0 +1,6 @@
varying vec3 normal;
void main() {
vec3 n = normalize(normal) / 2.0 + vec3(0.5, 0.5, 0.5);
gl_FragColor = vec4(n[0], n[1], n[2], 1.0);
}

6
resources/normal.vert Normal file
View file

@ -0,0 +1,6 @@
varying vec3 normal;
void main() {
normal = gl_NormalMatrix * gl_Normal;
gl_Position = ftransform();
}

BIN
resources/title.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
resources/weeds.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

2594
resources/world.xml Normal file

File diff suppressed because it is too large Load diff