This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://threejs.org/docs/58/#Reference/Extras.Geometries/CircleGeometry | |
CircleGeometry(radius, segments, thetaStart, thetaLength) | |
radius — Radius of the circle, default = 50. | |
segments — Number of segments (triangles), minimum = 3, default = 8. | |
thetaStart — Start angle for first segment, default = 0 (three o'clock position). | |
thetaLength — Circumference of the circle, default = 2*Pi (360°). | |
CubeGeometry(width, height, depth, widthSegments, heightSegments, depthSegments) | |
width — Width of the sides on the X axis. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title>show hide</title> | |
<meta charset='UTF-8'> | |
<meta name="author" content="Theo Armour"> | |
</head> | |
<body> | |
<script type='text/javascript'> | |
document.body.style.font = 'bold 12pt monospace'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<title>thrweets</title> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> | |
</head> | |
<body> | |
<script src="../../js/Detector.js"></script> | |
<script src="../../js/Stats.js"></script> |
NewerOlder