User:Sylvain: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 12: Line 12:


[[Image:TubePainter.png]]
[[Image:TubePainter.png]]
===Streamlines with a cylinder reflection===
===Streamlines with a cylinder reflection model===
[[Image:TestTubeActorStreamLines.png]]
[[Image:TestTubeActorStreamLines.png]]



Revision as of 00:00, 30 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

TestTubeActorStreamLines.png

Streamlines with arrows

TestArrowTubeActor.png

Streamlines with RGBA texture

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.

TestCellIdTubeActor0.png TestCellIdTubeActor1.png

TestCellIdTubeActor2.png TestCellIdTubeActor3.png

Streamlines with a varying radius

TestStreamLinesVaryingRadius.png