GPU-Accelerated Coverage  0.1.0
Compute coverage tours for known environment with articulated objects on GPU
Public Member Functions | Public Attributes | List of all members
articulation::shader::visualize_int_texture::FragmentShader Class Reference

Fragment shader for visualize_int_texture. More...

Public Member Functions

void main ()
 

Public Attributes

in vec2 tex_coord
 
out vec4 frag_color
 
uniform int min_dist
 
uniform int max_dist
 
uniform isampler2D input_texture_unit
 
const vec4 OBSTACLE = vec4(0.5f, 0.5f, 0.5f, 1.f)
 
const vec4 INSCRIBED = vec4(0.0f, 0.0f, 0.0f, 1.f)
 
const vec4 LOW = vec4(0.0f, 1.0f, 1.0f, 1.f)
 
const vec4 MID = vec4(0.0f, 0.0f, 1.0f, 1.f)
 
const vec4 HIGH = vec4(0.8f, 0.0f, 1.0f, 1.f)
 

Detailed Description

Fragment shader for visualize_int_texture.

Author
Stefan Osswald
Date
2018
Remarks
Fragment-Shader

The documentation for this class was generated from the following file: