This commit is contained in:
Zemledelec 2025-11-07 15:48:28 +04:00
parent 40e6ccfdc5
commit 5ed3c2be03

View File

@ -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);
}