IRenderTexture

All Implemented Interfaces: com.aspose.threed.IRenderTarget

public interface IRenderTexture extends IRenderTarget

L’interface de la texture de rendu

Méthodes

MéthodeDescription
getDepthTexture()Texture du tampon de profondeur
getTargets()Cibles de sortie couleur.

getDepthTexture()

public abstract ITextureUnit getDepthTexture()

Texture du tampon de profondeur

Returns: ITextureUnit - Depth buffer texture

getTargets()

public abstract List<ITextureUnit> getTargets()

Cibles de sortie couleur.

Returns: java.util.List<com.aspose.threed.ITextureUnit> - Cibles de sortie couleur.