Skip to content

Instantly share code, notes, and snippets.

View mattrei's full-sized avatar

Matthias Treitler mattrei

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<title>three.js Texture Selection</title>
<style>
canvas {
width: 100%;
height: 100%
@mattrei
mattrei / index.html
Last active September 9, 2015 06:36
react-three with react-ease
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>test/title>
<style>
#container {
width: 100%;
height: 100%;
position: fixed;