diff options
| author | Ray <[email protected]> | 2023-12-28 23:17:07 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-12-28 23:17:07 +0100 |
| commit | 1f3121d2faa3e47afd018722d9f7f8d16e269101 (patch) | |
| tree | 6db25013772b6455a74f34721eaeea11ce13ae98 | |
| parent | dde738a2fd3f2c657af1693b0f314df361b4c04f (diff) | |
| download | raylib-1f3121d2faa3e47afd018722d9f7f8d16e269101.tar.gz raylib-1f3121d2faa3e47afd018722d9f7f8d16e269101.zip | |
Revert "Update raylib.h"
This reverts commit 7ea6adb29eaf39e18c6faa4d7d6d9bd8a9d60910.
| -rw-r--r-- | src/raylib.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/raylib.h b/src/raylib.h index 04853145..8b126141 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -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) |
