summaryrefslogtreecommitdiffhomepage
path: root/examples/models/models_material_pbr.c
AgeCommit message (Collapse)Author
2018-07-03Example: Don't load texture removed from source treeAhmad Fatoum
Fixes: c3b948b1 ("Replaced skybox HDR image")
2018-05-06Renamed shader variableRay
2018-05-04Renamed some functionsRay San
- Renamed Begin3dMode() --> BeginMode3D() - Renamed Begin2dMode() --> BeginMode2D() - Renamed End3dMode() --> EndMode3D() - Renamed End2dMode() --> EndMode2D()
2018-04-30Implemented MeshTangents()raysan5
- Added Vector3OrthoNormalize() to raymath.h - not sure if it is correct - Implemented MeshBinormals() - Mesh struct has not a place for them... - Updated model_material_pbr example - tested but not working on my GPU (old Intel HD), actually, it never worked on it...
2018-04-11Review camera definition on examplesRay San
2018-03-11Corrected typoraysan5
2017-10-17Added new examples to build...Ray San
...and reviewed some details
2017-07-25Some tweaksraysan5
2017-07-21Review mesh loading and textures generationraysan5
2017-07-20Removed useless functionsraysan5
SetMaterialTexture() and UnsetMaterialTexture()... too shader dependant...
2017-07-19Working on PBR systemraysan5
Moved PBR material loading to example, right decision?
2017-07-19Working on PBR materials, renamed some dataraysan5
2017-07-17Manual integration of material-pbr into developRay