xxxxxxxxxx
<html lang="en">
<head>
<title>three.js - RGB and LAB color spaces</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="container"></div>
<div id="info">
<a href="https://threejs.org" target="_blank">three.js</a> -
<button onclick="meshes.forEach(setRgbTarget)">RGB</button>,
<button onclick="meshes.forEach(setHslTarget)">HSL</button> and
<button onclick="meshes.forEach(setLabTarget)">LAB</button>
color spaces
</div>
<script src="https://threejs.org/build/three.min.js"></script>
<script src="https://threejs.org/examples/js/controls/orbitcontrols.js"></script>
<script src="https://threejs.org/examples/js/libs/stats.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script>
<script src="script.js"></script>
</body>
</html>
Modified http://threejs.org/build/three.min.js to a secure url
Modified http://threejs.org/examples/js/controls/OrbitControls.js to a secure url
Modified http://threejs.org/examples/js/libs/stats.min.js to a secure url
https://threejs.org/build/three.min.js
https://threejs.org/examples/js/controls/OrbitControls.js
https://threejs.org/examples/js/libs/stats.min.js
https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js