summaryrefslogtreecommitdiff
path: root/gfx/gl/billboardPainter.h
Commit message (Collapse)AuthorAge
* Switch frame and render buffer to DSA helpersDan Goodliffe2026-03-10
|
* Move all low level texture operations to DSA helpers in glTextureDan Goodliffe2026-03-08
|
* Don't create and then replace shadow and billboard texturesDan Goodliffe2026-03-07
|
* Update stencils and billboards less oftenDan Goodliffe2026-03-04
| | | | | | | No need to update these every frame when little of nothing has changed. Instead, track the angle previously rendered and updated only when the new angle has diverged sufficiently from this. Larger updates update more frequently.
* Support for the BillboardPainterDan Goodliffe2026-02-28
Based on the ShadowStenciller, creates flattened images of a model for simplified mass use in a scene.