webgl-3d-animation
Version:
Interactive 3D animation using WebGL showing a 2D predator prey ecology on a grid which is real-time mapped onto the surface of a 3D torus. node.js server side gives access to WAV format files which are rendered using Web Audio API
35 lines (31 loc) • 808 B
CSS
@font-face {
font-family: 'iconfont';
src:url('fonts/iconfont.eot?-p1ziq1');
src:url('fonts/iconfont.eot?#iefix-p1ziq1') format('embedded-opentype'),
url('fonts/iconfont.woff?-p1ziq1') format('woff'),
url('fonts/iconfont.ttf?-p1ziq1') format('truetype'),
url('fonts/iconfont.svg?-p1ziq1#iconfont') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'iconfont';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-twitter:before {
content: "\e601";
}
.icon-github:before {
content: "\e602";
}
.icon-mobile-phone:before {
content: "\e600";
}