ITextureCompressorModule::GenerateBaseCubeMipFromLongitudeLatitude2D

Generates the base cubemap mip from a longitude-latitude 2D image.

Windows
MacOS
Linux

References

Module

TextureCompressor

Header

/Engine/Source/Developer/TextureCompressor/Public/TextureCompressorModule.h

Include

#include "TextureCompressorModule.h"

Source

/Engine/Source/Developer/TextureCompressor/Private/TextureCompressorModule.cpp

Syntax

static void GenerateBaseCubeMipFromLongitudeLatitude2D
(
    FImage * OutMip,
    const FImage & SrcImage,
    const int32 MaxCubemapTextureResolution
)

Remarks

Generates the base cubemap mip from a longitude-latitude 2D image.

Parameters

Parameter

Description

OutMip

The output mip.

SrcImage

The source longlat image.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss