mirror of
https://github.com/bkaradzic/bimg.git
synced 2026-02-18 04:53:07 +01:00
Added equirectangular projection conversion to cubemap.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user