| Package | com.yogurt3d.core.texture |
| Class | public class CubeTextureMap |
| Inheritance | CubeTextureMap Object |
| Implements | ITexture |
| Method | Defined By | ||
|---|---|---|---|
| CubeTextureMap | |||
getTexture3D(_context3D:Context3D):TextureBase
This method is called by the renderer to fetch the Texture object. | 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_height | property |
YOGURT3D_INTERNAL var m_height:uint| m_width | property |
YOGURT3D_INTERNAL var m_width:uint| CubeTextureMap | () | Constructor |
public function CubeTextureMap()| getTexture3D | () | method |
public function getTexture3D(_context3D:Context3D):TextureBaseThis method is called by the renderer to fetch the Texture object.
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