Packagecom.yogurt3d.core.texture.base
Interfacepublic interface ITexture
Implementors TextureMap, TextureMapBase



Public Methods
 MethodDefined By
  
getTexture3D(_context3D:Context3D):TextureBase
This method is called by the renderer to fetch the Texture object.
ITexture
Method Detail
getTexture3D()method
public function getTexture3D(_context3D:Context3D):TextureBase

This method is called by the renderer to fetch the Texture object.

Parameters

_context3D:Context3D

Returns
TextureBase — Returns the texture object

See also

flash.display3D.textures.TextureBase