1
0
mirror of https://github.com/lxsang/Diya-API.git synced 2024-12-28 12:28:21 +01:00
Diya-API/Diya/DiyaPolygon.class.st
DanyLE 94bfc7f6f0 OpenGL: recalculate vertices only when changed.
This allows to greatly improve rendering performance
2022-03-06 19:50:19 +01:00

6 lines
96 B
Smalltalk

Class {
#name : #DiyaPolygon,
#superclass : #Diya2DPrimShape,
#category : #'Diya-Graphics'
}