Torque3D Documentation / _generateds / GFXCubemapHandle

GFXCubemapHandle

Engine/source/gfx/gfxCubemap.h

A reference counted handle to a cubemap resource.

More...

Public Functions

free()

Releases the texture handle.

bool
set(const String & cubemapDDS)

Set a cubemap from a DDS cubemap texture file.

Detailed Description

A reference counted handle to a cubemap resource.

Public Functions

GFXCubemapHandle()

GFXCubemapHandle(const String & cubemapDDS)

GFXCubemapHandle(GFXCubemap * cubemap)

free()

Releases the texture handle.

set(const String & cubemapDDS)

Set a cubemap from a DDS cubemap texture file.