Skip to content

Instantly share code, notes, and snippets.

View KoltesDigital's full-sized avatar

Jonathan Giroux (Koltes) KoltesDigital

View GitHub Profile
@KoltesDigital
KoltesDigital / index.html
Last active August 14, 2018 21:58 — forked from MAKIO135/index.html
Using canvas as ThreeJS texture
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body style="background:#fff;">
<script src="http://cdnjs.cloudflare.com/ajax/libs/three.js/r68/three.min.js"></script>
<script id="jsbin-javascript">
var width = window.innerWidth, height = window.innerHeight / 2;
@KoltesDigital
KoltesDigital / CLA for MIT license.md
Last active August 9, 2017 13:09 — forked from pjcozzi/CLA.md
CLA for MIT license

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I have the right to submit it under the MIT license; or

(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the MIT license; or