summaryrefslogtreecommitdiff
path: root/gfx/gl/billboardPainter.cpp
Commit message (Collapse)AuthorAge
* Switch frame and render buffer to DSA helpersDan Goodliffe6 days
|
* Move all low level texture operations to DSA helpers in glTextureDan Goodliffe7 days
|
* Replace gl_traits glTexParameter with glTexture::parameter DSA wrapperDan Goodliffe8 days
|
* Fix naming violations in MeshDan Goodliffe8 days
| | | | | They've existed and been annoying since the day I first created it from online examples.
* Don't create and then replace shadow and billboard texturesDan Goodliffe8 days
|
* Update stencils and billboards less oftenDan Goodliffe12 days
| | | | | | | 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.
* Wrap up some low level texture operations in glTexture classDan Goodliffe13 days
| | | | Fixes previously hard coded billboard texture size.
* Support for the BillboardPainterDan Goodliffe2026-02-28
Based on the ShadowStenciller, creates flattened images of a model for simplified mass use in a scene.