source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/docs/api/constants/CustomBlendingEquations.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: 955 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>Custom Blending Equation Constants</h1>
11
12 <h2>Equations</h2>
13 <div>
14 THREE.AddEquation<br />
15 THREE.SubtractEquation<br />
16 THREE.ReverseSubtractEquation
17 </div>
18
19 <h2>Destination Factors</h2>
20 <div>
21 THREE.ZeroFactor<br />
22 THREE.OneFactor<br />
23 THREE.SrcColorFactor<br />
24 THREE.OneMinusSrcColorFactor<br />
25 THREE.SrcAlphaFactor<br />
26 THREE.OneMinusSrcAlphaFactor<br />
27 THREE.DstAlphaFactor<br />
28 THREE.OneMinusDstAlphaFactor
29 </div>
30
31 <h2>Source Factors</h2>
32 <div>
33 THREE.DstColorFactor<br />
34 THREE.OneMinusDstColorFactor<br />
35 THREE.SrcAlphaSaturateFactor
36 </div>
37
38 <h2>Source</h2>
39
40 [link:https://github.com/mrdoob/three.js/blob/master/src/Three.js src/Three.js]
41 </body>
42</html>
Note: See TracBrowser for help on using the repository browser.