![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
Public Member Functions | |
vec4 | rayTraversal (vec3 entryPoint, vec3 exitPoint, vec2 texCoords) |
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 | outportParameters |
uniform CameraParameters | camera |
uniform float | samplingRate |
uniform int | channel |
uniform VolumeParameters glsl::Simpleraycasting::volumeParameters |