Skip to content

Commit

Permalink
Revert "Update raylib.h"
Browse files Browse the repository at this point in the history
This reverts commit 7ea6adb.
  • Loading branch information
raysan5 committed Dec 28, 2023
1 parent dde738a commit 1f3121d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/raylib.h
Original file line number Diff line number Diff line change
Expand Up @@ -748,11 +748,10 @@ typedef enum {
// Material map index
typedef enum {
MATERIAL_MAP_ALBEDO = 0, // Albedo material (same as: MATERIAL_MAP_DIFFUSE)
MATERIAL_MAP_NORMAL, // Normal material
MATERIAL_MAP_METALNESS, // Metalness material (same as: MATERIAL_MAP_SPECULAR)
MATERIAL_MAP_NORMAL, // Normal material
MATERIAL_MAP_ROUGHNESS, // Roughness material
MATERIAL_MAP_OCCLUSION, // Ambient occlusion material
MATERIAL_MAP_MRA, // Metalness-Roughness-AmbientOcclusion material, combined in a single image (RBG channels)
MATERIAL_MAP_EMISSION, // Emission material
MATERIAL_MAP_HEIGHT, // Heightmap material
MATERIAL_MAP_CUBEMAP, // Cubemap material (NOTE: Uses GL_TEXTURE_CUBE_MAP)
Expand Down

0 comments on commit 1f3121d

Please sign in to comment.