Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:TextureCube (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> Surface >> Texture >> TextureCube

Contents

Package: 
Engine
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

[edit] Properties

[edit] Property group 'TextureCube'

[edit] FaceNegX

Type: Texture2D

Modifiers: const


[edit] FaceNegY

Type: Texture2D

Modifiers: const


[edit] FaceNegZ

Type: Texture2D

Modifiers: const


[edit] FacePosX

Type: Texture2D

Modifiers: const


[edit] FacePosY

Type: Texture2D

Modifiers: const


[edit] FacePosZ

Type: Texture2D

Modifiers: const


[edit] Internal variables

[edit] bIsCubemapValid

Type: bool

Modifiers: transient, const

Cached information on whether the cubemap is valid, aka all faces are non NULL and match in width, height and format.

[edit] Format

Type: Texture.EPixelFormat

Modifiers: transient, const

Cached format of the cubemap

[edit] NumMips

Type: int

Modifiers: transient, const

Cached number of mips in the cubemap

[edit] SizeX

Type: int

Modifiers: transient, const

Cached width of the cubemap.

[edit] SizeY

Type: int

Modifiers: transient, const

Cached height of the cubemap.