User:Sylvain: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 34: Line 34:
[[Image:TestCellIdAnimation.gif]]
[[Image:TestCellIdAnimation.gif]]


[[Image:TestCellIdTubeActor0.png|thumb|left]]
Close up on the texture of the streamlines.
 
[[Image:TestCellIdTubeActor1.png|thumb|left]]
[[Image:TestCellIdTubeActor1.png|thumb|left]]
[[Image:TestCellIdTubeActor2.png|thumb|left]]
[[Image:TestCellIdTubeActor3.png|thumb|left]]


==Streamlines with a varying radius==
==Streamlines with a varying radius==


[[Image:TestStreamLinesVaryingRadius.png|thumb|left]]
[[Image:TestStreamLinesVaryingRadius.png|thumb|left]]

Revision as of 22:29, 31 August 2007

Redesign of VTK

The next version of VTK will support OpenGL 2.0 and GPU Filters. The illustration below shows the new Rendering Pipeline of VTK.

ShaderDeviceAdapter.png

Streamline Visualization on the GPU

Lines are converted to Triangle Strips on the CPU. Then the Vertex Shader orients the triangle strips to face the camera. Finally the Fragment Shader colors the pixels based on the reflection equation on a cylinder. The resulting image can be textured with arrows, text, or numbers to convey additional information.

TubePainter.png

Streamlines with a cylinder reflection model

The Vertex Shader orients the triangle strips toward the camera. The FragmentShader applies a cylinder reflection model to give this tube appearance.

TestTubeActorStreamLines.png

Streamlines with arrows

The Fragment Shader creates a triangle and orients it based on the value of a vertex attribute.

TestArrowTubeActor.png

Streamlines with RGBA texture

The Fragment Shader applies a texture on the streamlines to visualize additional information.

TestTextureTubeActor.png

Streamlines with numbers

Note that the numbers are oriented correctly on the Vertex Shader. The text always faces the camera even during rotations.

TestCellIdAnimation.gif

Close up on the texture of the streamlines.

TestCellIdTubeActor1.png

Streamlines with a varying radius

TestStreamLinesVaryingRadius.png