OpenPoiesis/poietic-playground

Prevent geometry update on viewport offset change

Aperta

#18 aperta il 8 ago 2026

 (0 commenti) (0 reazioni) (0 assegnatari)GDScript (1 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (3 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Updating geometry on panning is not necessary (unless we want to align some annotations).

Changes required:

  • Renderer gets viewport offset and sets appropriate transformation
  • On offset change the geometry is not changed, just mark overlays as dirty

Guida contributor