Codice Inutile
A Pen by cybermarinella on CodePen.
var scene = new THREE.Scene(); | |
var camera = new THREE.PerspectiveCamera( 75, window.innerWidth/window.innerHeight, 0.1, 1000 ); | |
var renderer = new THREE.WebGLRenderer(); | |
renderer.setSize( window.innerWidth, window.innerHeight ); | |
document.body.appendChild( renderer.domElement ); |
Codice Inutile
A Pen by cybermarinella on CodePen.
A Pen by cybermarinella on CodePen.
A Pen by cybermarinella on CodePen.
A Pen by cybermarinella on CodePen.
// Main Variables: | |
// I'm placing an underscore before each variable | |
// because I'm using rather generic names | |
// I'm using the underscore | |
// to avoid any accidents: | |
$_columns: 12 !default; // Total number of columns | |
$_column-width: 60px !default; // Width of a single column | |
$_gutter: 20px !default; // Width of the gutter | |
// Calculate the total width: |
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */ | |
/* ============================================================================= | |
HTML5 display definitions | |
========================================================================== */ | |
/* | |
* Corrects block display not defined in IE6/7/8/9 & FF3 | |
*/ |
<!DOCTYPE> | |
<html> | |
<head> | |
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"> | |
<title></title> | |
<link href=" " type="image/ico" rel="shortcut icon"/> | |
<link rel="pingback" href=" " /> | |
<link rel="stylesheet" href=" " type="text/css" media="screen" /> |