Uses of Class
com.aspose.threed.TextureData
-
-
Uses of TextureData in com.aspose.threed
Methods in com.aspose.threed that return TextureData Modifier and Type Method Description static TextureData
TextureData. fromBitmap(java.awt.image.BufferedImage bitmap)
Convert aBufferedImage
toTextureData
static TextureData
TextureData. fromFile(java.lang.String fileName)
Load a texture from filestatic TextureData
TextureData. fromStream(com.aspose.csporter.helpers.Stream stream)
Load a texture from streamMethods in com.aspose.threed with parameters of type TextureData Modifier and Type Method Description void
ITexture1D. load(TextureData bitmap)
Load texture content from specified Bitmapvoid
ITexture2D. load(TextureData bitmap)
Load texture content from specified Bitmapvoid
ITextureCubemap. load(CubeFace face, TextureData data)
Load the data into specified faceMethod parameters in com.aspose.threed with type arguments of type TextureData Modifier and Type Method Description void
ITextureCubemap. load(CubeFaceData<TextureData> data)
Load texture content from specifiedTextureData
-