| Package | com.yogurt3d.core.texture |
| Class | public class CubeTextureMap |
| Inheritance | CubeTextureMap TextureMapBase Object |
| Method | Defined By | ||
|---|---|---|---|
CubeTextureMap(_mipEnabled:Boolean = true) | CubeTextureMap | ||
![]() | dispose():void | TextureMapBase | |
getFace(_faceId:uint):* | CubeTextureMap | ||
getTexture3D(_context3D:Context3D):TextureBase [override]
| CubeTextureMap | ||
setFace(_faceId:uint, _texture:*):void | CubeTextureMap | ||
setFromCompressedByteArray(byte:ByteArray):void | CubeTextureMap | ||
| Constant | Defined By | ||
|---|---|---|---|
| NEGATIVE_X : uint = 1 [static] | CubeTextureMap | ||
| NEGATIVE_Y : uint = 3 [static] | CubeTextureMap | ||
| NEGATIVE_Z : uint = 5 [static] | CubeTextureMap | ||
| POSITIVE_X : uint = 0 [static] | CubeTextureMap | ||
| POSITIVE_Y : uint = 2 [static] | CubeTextureMap | ||
| POSITIVE_Z : uint = 4 [static] | CubeTextureMap | ||
| m_byteArray | property |
YOGURT3D_INTERNAL var m_byteArray:ByteArray| m_compressed | property |
YOGURT3D_INTERNAL var m_compressed:Boolean = false| m_dirty | property |
YOGURT3D_INTERNAL var m_dirty:Boolean = true| m_faces | property |
YOGURT3D_INTERNAL var m_faces:Vector.<Object>| m_mipEnabled | property |
YOGURT3D_INTERNAL var m_mipEnabled:Boolean| CubeTextureMap | () | Constructor |
public function CubeTextureMap(_mipEnabled:Boolean = true)_mipEnabled:Boolean (default = true) |
| getFace | () | method |
public function getFace(_faceId:uint):*Parameters
_faceId:uint |
* |
| getTexture3D | () | method |
override public function getTexture3D(_context3D:Context3D):TextureBase
Parameters
_context3D:Context3D |
TextureBase —
|
| setFace | () | method |
public function setFace(_faceId:uint, _texture:*):voidParameters
_faceId:uint | |
_texture:* |
| setFromCompressedByteArray | () | method |
public function setFromCompressedByteArray(byte:ByteArray):voidParameters
byte:ByteArray |
| NEGATIVE_X | Constant |
public static const NEGATIVE_X:uint = 1| NEGATIVE_Y | Constant |
public static const NEGATIVE_Y:uint = 3| NEGATIVE_Z | Constant |
public static const NEGATIVE_Z:uint = 5| POSITIVE_X | Constant |
public static const POSITIVE_X:uint = 0| POSITIVE_Y | Constant |
public static const POSITIVE_Y:uint = 2| POSITIVE_Z | Constant |
public static const POSITIVE_Z:uint = 4