mirror of
https://github.com/openglobus/openglobus.git
synced 2025-12-08 19:25:27 +00:00
889 d
This commit is contained in:
parent
40e6ccfdc5
commit
5ed3c2be03
@ -71,7 +71,7 @@ void main() {
|
||||
repeat = distance(nStart, nEnd) / a_strokeSize;
|
||||
|
||||
// Could be optimization some times
|
||||
//repeat = (1.0 / a_strokeSize) * length(v) / focalSize;
|
||||
repeat = (1.0 / a_strokeSize) * length(v) / focalSize;
|
||||
|
||||
gl_Position = projectionMatrix * viewMatrixRTE * vec4(highDiff * step(1.0, length(highDiff)) + vert, 1.0);
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user