source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/api/constants/Materials.html@ 28897

Last change on this file since 28897 was 28897, checked in by davidb, 10 years ago

GUI front-end to server base plus web page content

File size: 911 bytes
Line 
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <script src="../../list.js"></script>
6 <script src="../../page.js"></script>
7 <link type="text/css" rel="stylesheet" href="../../page.css" />
8 </head>
9 <body>
10 <h1>Material Constants</h1>
11
12 <h2>Side</h2>
13 <div>
14 THREE.FrontSide<br />
15 THREE.BackSide<br />
16 THREE.DoubleSide
17 </div>
18
19 <h2>Shading</h2>
20 <div>
21 THREE.NoShading<br />
22 THREE.FlatShading<br />
23 THREE.SmoothShading
24 </div>
25
26 <h2>Colors</h2>
27 <div>
28 THREE.NoColors<br />
29 THREE.FaceColors<br />
30 THREE.VertexColors
31 </div>
32
33 <h2>Blending Mode</h2>
34 <div>
35 THREE.NoBlending<br />
36 THREE.NormalBlending<br />
37 THREE.AdditiveBlending<br />
38 THREE.SubtractiveBlending<br />
39 THREE.MultiplyBlending<br />
40 THREE.CustomBlending
41 </div>
42
43 <h2>Source</h2>
44
45 [link:https://github.com/mrdoob/three.js/blob/master/src/Three.js src/Three.js]
46 </body>
47</html>
Note: See TracBrowser for help on using the repository browser.