WARNING: REMOVED: DrawCubeTexture(), DrawCubeTextureRec()

Those two functions have been moved to a new example: `models_draw_cube_texture`. The reasons for this decision:
 - Function inflexibility: Many users with the need to draw a textured cube could need to customize the texture applied to every face, that function did not allow that kind of functionality.
 - rlgl functionality exposure: The implementation exposed will teach users how to implement custom textured triangles drawing.
This commit is contained in:
Ray
2022-11-15 12:16:28 +01:00
parent 4bb71c8fa2
commit fadc29d811
4 changed files with 245 additions and 147 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB