diff options
author | Kevin Rushforth <[email protected]> | 2005-06-17 16:56:45 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2005-06-17 16:56:45 +0000 |
commit | daaabb41963d7b186efbf6fcc02d24c71a527f73 (patch) | |
tree | b9206f0ac22858fbfd408429e0b058e210caebf1 /www/j3d1_4/proposed-changes.html | |
parent | 5db098d8e0968bf2fd2fb14bfc1baeda1c02734a (diff) |
web page updates for new blend modes and for stencil buffer.
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@322 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www/j3d1_4/proposed-changes.html')
-rw-r--r-- | www/j3d1_4/proposed-changes.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/www/j3d1_4/proposed-changes.html b/www/j3d1_4/proposed-changes.html index 336f585..8be75a1 100644 --- a/www/j3d1_4/proposed-changes.html +++ b/www/j3d1_4/proposed-changes.html @@ -37,9 +37,14 @@ into the 1.4 version of the Java 3D API.</p> <ul> <li><a href="shaders.html">Programmable Shaders</a></li> - <li>Additional blending functions, for example: <code>BLEND_SRC_COLOR</code>, - <code>BLEND_ONE_MINUS_SRC_COLOR</code>, <code>BLEND_DST_COLOR</code>, - <code>BLEND_ONE_MINUS_DST_COLOR</code>, etc.</li> + <li>Additional blending functions: <a + href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/TransparencyAttributes.html#BLEND_SRC_COLOR"><code>BLEND_SRC_COLOR</code></a>, + <a + href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/TransparencyAttributes.html#BLEND_ONE_MINUS_SRC_COLOR"><code>BLEND_ONE_MINUS_SRC_COLOR</code></a>, + <a + href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/TransparencyAttributes.html#BLEND_DST_COLOR"><code>BLEND_DST_COLOR</code></a>, + <a + href="http://javadesktop.org/java3d/javadoc/1.4.0-latest/javax/media/j3d/TransparencyAttributes.html#BLEND_ONE_MINUS_DST_COLOR"><code>BLEND_ONE_MINUS_DST_COLOR</code></a>.</li> <li><a href="picking.html">Additional core picking methods</a> (in Locale and BranchGroup)</li> |