summaryrefslogtreecommitdiffhomepage
path: root/examples/models/resources/shaders
AgeCommit message (Collapse)Author
2019-04-05Review PBR shadersRay
Issue was related to vertex tangent attibutes not uploaded to GPU, a quick solution was implemented for new vertex attributes loading for already existing meshes... I don't like it specially but it will work for now.
2019-01-06Review BRDF texture generationraysan5
Actually, that function should be redesigned...
2018-12-25Support float texture data on OpenGL ES 2.0raysan5
2018-05-06Renamed shader variableRay
2018-03-04Correct issue with tangentsRay
2017-08-25Renamed modelviewprojection matrixraysan5
2017-07-19Working on PBR systemraysan5
Moved PBR material loading to example, right decision?
2017-07-17Added PBR required resourcesRay