-
```
Triangle strips require fewer indices due to implicit connectivity. This could
halve the number of indices required. One downside is that you have to deal
with restarts and/or degenerate triangl…
-
```
Triangle strips require fewer indices due to implicit connectivity. This could
halve the number of indices required. One downside is that you have to deal
with restarts and/or degenerate triangl…
-
```
Triangle strips require fewer indices due to implicit connectivity. This could
halve the number of indices required. One downside is that you have to deal
with restarts and/or degenerate triangl…
-
```
Triangle strips require fewer indices due to implicit connectivity. This could
halve the number of indices required. One downside is that you have to deal
with restarts and/or degenerate triangl…
-
```
Triangle strips require fewer indices due to implicit connectivity. This could
halve the number of indices required. One downside is that you have to deal
with restarts and/or degenerate triangl…
-
```
Triangle strips require fewer indices due to implicit connectivity. This could
halve the number of indices required. One downside is that you have to deal
with restarts and/or degenerate triangl…
-
The present implementation of VoronoiDelaunayGrid let the user construct the set of x-y coordinates of nodes that the grid receives as input. This has two drawbacks:
- perimeter (and boundary) nodes …
-
```julia
julia> using Cassette: overdub, recurse
julia> Cassette.@context Foo;
julia> CI, rt = @code_typed overdub(Foo(), overdub, Foo(), f)
CodeInfo(
1 ─ return Main.nothing
) => Nothin…
-
When plotting two different mark types on the same plot, the y-axis aren't guaranteed to be the same scale, even by setting the y_min / y_max consistently. One way to do this would be to introduce an…
-
Hi,
I'm assembling a 3 Gb diploid mammal, but we know it is likely to be quite homozygous. This is confirmed by the k-mer peak, and hifiasm "correctly" identifies the peaks as `[M::ha_pt_gen] peak_…