Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View mohhasbias's full-sized avatar

Moh Hasbi Assidiqi mohhasbias

View GitHub Profile
@mohhasbias
mohhasbias / .block
Last active March 4, 2017 15:30
Floor map
license: mit
height: 500
border: no
@mohhasbias
mohhasbias / .gitignore
Last active March 8, 2017 07:45
Load images from JSON
node_modules
@mohhasbias
mohhasbias / index.html
Created March 31, 2017 06:27
Rotating Cube and Browser Events in Three.js
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>three.js canvas - geometry - cube</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<style type="text/css">
body {
background-color: #f0f0f0;
margin: 0px;