Vladimir Tagakov

Results 10 comments of Vladimir Tagakov

@dkandalov Do you have any idea what can fix this issue? I think `LivePluginScriptCompilationConfiguration` should be changed somehow, but I can't figure out how.

**Local:** (depends on hardware) Clean 180-360 sec Incremental 40-180 sec **Remote:** Clean 50 sec Remote 30 sec

@louwers Of course, it's going to be `line-trim`, I was just too used to java api, sorry. Sorry, I confused `MultiLineString` with `FeatureCollection` for this case, my bad, I think...

@HarelM > You'd still need to update this property every frame, wouldn't you? Yes I'll need to update the property every frame but it is a relatively cheap compared to...

@HarelM First of all: I do agree that the gradient API is perfect for the task, and I'd prefer to rely on it instead of `line-trim` since it provides a...

@CommanderStorm If I get your use-case correctly you want to "punch" gaps in your polyline so it will look nice on intersections with other lines. Unfortunately the proposed api, or...

@mwilsnd @HarelM So what we would need to do: * add more precise (f32) vertex shader attribute, since it is a prerequisite for accurate gradient fractions * change the existing...

@mwilsnd Thank you for the PR link, that is super helpful. Although, I am a bit lost what the change from `v_lineprogress` to `v_uv` means. If you can enlighten me...

I'm going to proceed with this work next week, folks :) Sorry for vanishing, had to switch to other tasks.

There is another repro example with some additional workaround: ```kotlin val left = mk.ndarray( arrayOf( doubleArrayOf(11.86, 13.85, 17.50, 0.0, 0.0, 0.0, 0.0), doubleArrayOf(0.0, 0.0, 17.50, 0.0, 0.0, 0.0, 0.0), doubleArrayOf(0.0,...