Uses of Interface
com.aspose.threed.IRenderTexture
-
-
Uses of IRenderTexture in com.aspose.threed
Methods in com.aspose.threed that return IRenderTexture Modifier and Type Method Description abstract IRenderTexture
RenderFactory. createCubeRenderTexture(RenderParameters parameters, int width, int height)
Create a render target contains 1 cube textureabstract IRenderTexture
RenderFactory. createRenderTexture(RenderParameters parameters, int width, int height)
Create a render target contains 1 targets that renders to the textureabstract IRenderTexture
RenderFactory. createRenderTexture(RenderParameters parameters, int targets, int width, int height)
Create a render target that renders to the texture
-