|
|
vec2 | euler (vec2 posF) |
| |
|
vec2 | rk4 (vec2 p0, float stepsize) |
| |
|
void | traverse (inout float v, inout int c, vec2 posF, float stepSize, int steps) |
| |
|
void | main () |
| |
|
| uniform sampler2D | vectorFieldColor |
| |
|
uniform sampler2D | noiseTextureColor |
| |
|
uniform int | samples |
| |
|
uniform float | stepLength |
| |
|
uniform bool | normalizeVectors |
| |
|
uniform bool | intensityMapping |
| |
|
uniform bool | useRK4 |
| |
|
in vec3 | texCoord_ |
| |
◆ vectorFieldColor
| uniform sampler2D glsl::Lic2d::vectorFieldColor |
The documentation for this class was generated from the following file: