VolumeJ
Class VJOutlineShader
java.lang.Object
|
+--VolumeJ.VJShader
|
+--VolumeJ.VJOutlineShader
- public class VJOutlineShader
- extends VJShader
VJOutlineShader implements outline shading.
See: Thevenaz, P, Unser, M, High-quality isosurface rendering with exact gradient.
Copyright (c) 2001-2002, Transatlantic. All rights reserved.
Field Summary |
protected double |
no
The outline exponent. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
no
protected double no
- The outline exponent.
VJOutlineShader
public VJOutlineShader()
- Create a new outline shader.
shade
public VJShade shade(VJGradient g)
- Outline shading method uses *normalized* gradient g.
- Overrides:
shade
in class VJShader
- Parameters:
g
- the VJGradient containing the normalized gradients in x, y, and z dimensions.- Returns:
- a VJShade containing the shade.
getBackground
public VJShade getBackground()
- Overrides:
getBackground
in class VJShader
toString
public java.lang.String toString()
- Overrides:
toString
in class VJShader
Submit a bug or feature
Copyright (c) 1997-2003 Michael Abramoff
Licensing available. All Rights Reserved.