Uses of Interface
com.aspose.threed.ITextureUnit
-
-
Uses of ITextureUnit in com.aspose.threed
Subinterfaces of ITextureUnit in com.aspose.threed Modifier and Type Interface Description interface
ITexture1D
1D textureinterface
ITexture2D
2D textureinterface
ITextureCubemap
Cube map textureMethods in com.aspose.threed that return ITextureUnit Modifier and Type Method Description ITextureUnit
RenderFactory. createTextureUnit()
Create a 2D texture unit that can be accessed by shader.abstract ITextureUnit
RenderFactory. createTextureUnit(TextureType textureType)
Create a texture unit that can be accessed by shader.ITextureUnit
IRenderTexture. getDepthTexture()
Depth buffer textureabstract ITextureUnit
PostProcessing. getInput()
Input of this post-processingMethods in com.aspose.threed that return types with arguments of type ITextureUnit Modifier and Type Method Description java.util.List<ITextureUnit>
IRenderTexture. getTargets()
Color output targets.Methods in com.aspose.threed with parameters of type ITextureUnit Modifier and Type Method Description abstract void
PostProcessing. setInput(ITextureUnit value)
Input of this post-processing
-