Three.js image DataURL example
Example showing how to use image DataURL variable with three.js material.
HTML
<script src="https://rawgit.com/mrdoob/three.js/master/build/three.min.js"></script>
<script src="https://cdn.rawgit.com/mrdoob/stats.js/r17/build/stats.min.js"></script>
CSS
body {
padding: 0;
margin: 0;
}
JavaScript
var imageData =...