瀏覽代碼

[rtextures] Load cubemap mipmaps

pull/4429/head
Not-Nik 2 月之前
父節點
當前提交
5a66053bc6
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: E95F679E3CDD9784
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      src/rtextures.c

+ 3
- 0
src/rtextures.c 查看文件

@ -4201,6 +4201,9 @@ TextureCubemap LoadTextureCubemap(Image image, int layout)
faces = GenImageColor(size, size*6, MAGENTA);
ImageFormat(&faces, image.format);
ImageMipmaps(&image);
ImageMipmaps(&faces);
// NOTE: Image formatting does not work with compressed textures
for (int i = 0; i < 6; i++) ImageDraw(&faces, image, faceRecs[i], (Rectangle){ 0, (float)size*i, (float)size, (float)size }, WHITE);

Loading…
取消
儲存