Opened 15 years ago
Closed 13 years ago
#2 closed defect (fixed)
Fix popping of thick circles when zooming lifespan example
Reported by: | Ben Lippmeier | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Rendering | Version: | 1.3.0 |
Keywords: | Cc: |
Description
The LOD reduction for thick circles needs tweaking. Lifespan draws lots of small circles, and their geometry pops a bit when zooming in and out. Increase the LOD for these small circles.
Change History (5)
comment:1 Changed 14 years ago by
Milestone: | 1.0.1.0 |
---|
comment:2 Changed 14 years ago by
Priority: | blocker → normal |
---|
comment:3 Changed 13 years ago by
Version: | 1.0.0.0 → 1.3.0 |
---|
comment:4 Changed 13 years ago by
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I've tweaked the LOD code, but thickcircles still pop a bit due to the use of tiny triangle strips. I don't know how to fix this other than writing a custom rasteriser for tiny thick circles.