Added equirectangular projection conversion to cubemap.

This commit is contained in:
Branimir Karadžić
2018-01-05 15:09:33 -08:00
parent b38c892289
commit 0f75efea06
3 changed files with 221 additions and 1 deletions

View File

@@ -601,6 +601,14 @@ namespace bimg
, ImageMip& _mip
);
///
ImageContainer* imageCubemapFromLatLongRgba32F(
bx::AllocatorI* _allocator
, const ImageContainer& _input
, bool _useBilinearInterpolation
, bx::Error* _err
);
} // namespace bimg
#endif // BIMG_IMAGE_H_HEADER_GUARD