summaryrefslogtreecommitdiff
path: root/gfx/gl/billboardPainter.h
Commit message (Collapse)AuthorAge
* Update stencils and billboards less oftenDan Goodliffe7 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.
* Support for the BillboardPainterDan Goodliffe10 days
Based on the ShadowStenciller, creates flattened images of a model for simplified mass use in a scene.