source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/api/constants/Textures.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: 1.8 KB
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>Texture Constants</h1>
11
12 <h2>Operations</h2>
13 <div>
14 THREE.MultiplyOperation<br />
15 THREE.MixOperation<br />
16 THREE.AddOperation
17 </div>
18
19 <h2>Mapping Modes</h2>
20 <div>
21 THREE.UVMapping<br />
22 THREE.CubeReflectionMapping<br />
23 THREE.CubeRefractionMapping<br />
24 THREE.SphericalReflectionMapping<br />
25 THREE.SphericalRefractionMapping
26 </div>
27
28 <h2>Wrapping Modes</h2>
29 <div>
30 THREE.RepeatWrapping<br />
31 THREE.ClampToEdgeWrapping<br />
32 THREE.MirroredRepeatWrapping
33 </div>
34
35 <h2>Filters</h2>
36 <div>
37 THREE.NearestFilter<br />
38 THREE.NearestMipMapNearestFilter<br />
39 THREE.NearestMipMapLinearFilter<br />
40 THREE.LinearFilter<br />
41 THREE.LinearMipMapNearestFilter<br />
42 THREE.LinearMipMapLinearFilter
43 </div>
44
45 <h2>Data Types</h2>
46 <div>
47 THREE.UnsignedByteType<br />
48 THREE.ByteType<br />
49 THREE.ShortType<br />
50 THREE.UnsignedShortType<br />
51 THREE.IntType<br />
52 THREE.UnsignedIntType<br />
53 THREE.FloatType
54 </div>
55
56 <h2>Pixel Types</h2>
57 <div>
58 THREE.UnsignedShort4444Type<br />
59 THREE.UnsignedShort5551Type<br />
60 THREE.UnsignedShort565Type
61 </div>
62
63 <h2>Pixel Formats</h2>
64 <div>
65 THREE.AlphaFormat<br />
66 THREE.RGBFormat<br />
67 THREE.RGBAFormat<br />
68 THREE.LuminanceFormat<br />
69 THREE.LuminanceAlphaFormat
70 </div>
71
72 <h2>Compressed Texture Formats</h2>
73 <div>
74 THREE.RGB_S3TC_DXT1_Format<br />
75 THREE.RGBA_S3TC_DXT1_Format<br />
76 THREE.RGBA_S3TC_DXT3_Format<br />
77 THREE.RGBA_S3TC_DXT5_Format
78 </div>
79
80
81 <h2>Source</h2>
82
83 [link:https://github.com/mrdoob/three.js/blob/master/src/Three.js src/Three.js]
84 </body>
85</html>
Note: See TracBrowser for help on using the repository browser.