![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
Public Member Functions | |
| vec4 | rayTraversal (vec3 entryPoint, vec3 exitPoint, vec2 texCoords, float backgroundDepth) |
| void | main () |
Public Attributes | |
| uniform VolumeParameters | volumeParameters |
| uniform sampler3D | volume |
| uniform sampler2D | transferFunction |
| uniform ImageParameters | entryParameters |
| uniform sampler2D | entryColor |
| uniform sampler2D | entryDepth |
| uniform sampler2D | entryPicking |
| uniform ImageParameters | exitParameters |
| uniform sampler2D | exitColor |
| uniform sampler2D | exitDepth |
| uniform ImageParameters | bgParameters |
| uniform sampler2D | bgColor |
| uniform sampler2D | bgPicking |
| uniform sampler2D | bgDepth |
| uniform ImageParameters | outportParameters |
| uniform LightParameters | lighting |
| uniform CameraParameters | camera |
| uniform VolumeIndicatorParameters | positionindicator |
| uniform RaycastingParameters | raycaster |
| uniform IsovalueParameters | isovalues |
| uniform int | channel |
| uniform VolumeParameters glsl::Raycasting::volumeParameters |