aboutsummaryrefslogtreecommitdiff
path: root/src/wieldmesh.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Wieldmesh: don't force anisotropic filtering on, instead disable mipmapsKahrl2014-11-261-2/+5
| | | | | This should fix #1844. Thanks to oleastre for making the first version of this commit (#1848).
* Wielded fixes. Add shaders support.RealBadAngel2014-11-131-43/+83
|
* Implement WieldMeshSceneNode which improves wield mesh renderingKahrl2014-11-081-0/+380
- Don't create and cache an extruded mesh for every (non-node) item. Instead use a single one per image resolution. - For cubic nodes reuse a single wield mesh too - Improve lighting of the wielded item - Increase far value of wield mesh scene camera, fixes #1770 - Also includes some minor refactorings of Camera and GenericCAO.