This file contains 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 lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Web Audio Test</title> | |
</head> | |
<body> | |
<h1>Web Audio Test</h1> | |
<div> | |
<audio id="music" src="http://1.ice1.firststreaming.com:8000/gndr_fm.mp3" loop></audio> |
This file contains 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> | |
<title>test float texture</title> | |
<meta charset="UTF-8"> | |
<script src="//cdnjs.cloudflare.com/ajax/libs/three.js/r68/three.min.js"></script> | |
</head> | |
<body style="margin:0; overflow:hidden;"> | |
<script> | |
var renderer = new THREE.WebGLRenderer({ antialias:true, alpha:false }); |