소스 검색

added missing constants (#1493)

Co-authored-by: funcelot <artur.mustafin@gmail.com>
pull/1496/head
Artur Mustafin 4 년 전
committed by GitHub
부모
커밋
2f966531a7
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      examples/models/models_material_pbr.c

+ 2
- 0
examples/models/models_material_pbr.c 파일 보기

@ -24,6 +24,8 @@
#define IRRADIANCE_SIZE 32 // Irradiance texture size
#define PREFILTERED_SIZE 256 // Prefiltered HDR environment texture size
#define BRDF_SIZE 512 // BRDF LUT texture size
#define LIGHT_DISTANCE 1000.0f
#define LIGHT_HEIGHT 1.0f
// PBR material loading
static Material LoadMaterialPBR(Color albedo, float metalness, float roughness);

불러오는 중...
취소
저장