Initial commit.
BIN
resources/04ptboyf.ogg
Normal file
9
resources/Info.plist
Normal 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
BIN
resources/ceramic.jpg
Normal file
|
After Width: | Height: | Size: 104 KiB |
BIN
resources/clovers.jpg
Normal file
|
After Width: | Height: | Size: 301 KiB |
BIN
resources/concrete.jpg
Normal file
|
After Width: | Height: | Size: 184 KiB |
BIN
resources/drain.jpg
Normal file
|
After Width: | Height: | Size: 121 KiB |
BIN
resources/half.ogg
Normal file
BIN
resources/hidnseek.ogg
Normal file
BIN
resources/ivy.jpg
Normal file
|
After Width: | Height: | Size: 539 KiB |
BIN
resources/metal.jpg
Normal file
|
After Width: | Height: | Size: 135 KiB |
6
resources/normal.frag
Normal 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
|
|
@ -0,0 +1,6 @@
|
|||
varying vec3 normal;
|
||||
|
||||
void main() {
|
||||
normal = gl_NormalMatrix * gl_Normal;
|
||||
gl_Position = ftransform();
|
||||
}
|
||||
BIN
resources/title.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
resources/weeds.jpg
Normal file
|
After Width: | Height: | Size: 166 KiB |