Uses of Class
eu.svjatoslav.sixth.e3d.renderer.raster.texture.TextureBitmap
Packages that use TextureBitmap
-
Uses of TextureBitmap in eu.svjatoslav.sixth.e3d.renderer.raster.texture
Fields in eu.svjatoslav.sixth.e3d.renderer.raster.texture declared as TextureBitmapModifier and TypeFieldDescriptionfinal TextureBitmapTexture.primaryBitmapThe primary (native resolution) bitmap for this texture.Methods in eu.svjatoslav.sixth.e3d.renderer.raster.texture that return TextureBitmapModifier and TypeMethodDescriptionTexture.downscaleBitmap(TextureBitmap originalBitmap) Downscale given bitmap by factor of 2.Texture.getDownscaledBitmap(int scaleFactor) Returns a downscaled bitmap at the specified mipmap level, creating it lazily if needed.Texture.getUpscaledBitmap(int scaleFactor) Returns the bitmap that should be used for rendering at the given zoomTexture.getZoomedBitmap(double zoomLevel) Returns the bitmap that should be used for rendering at the given zoomTexture.upscaleBitmap(TextureBitmap originalBitmap) Upscales the given bitmap by a factor of 2Methods in eu.svjatoslav.sixth.e3d.renderer.raster.texture with parameters of type TextureBitmapModifier and TypeMethodDescriptionvoidTexture.ColorAccumulator.accumulate(TextureBitmap bitmap, int x, int y) Accumulates the color values of the given pixelTexture.downscaleBitmap(TextureBitmap originalBitmap) Downscale given bitmap by factor of 2.voidTexture.ColorAccumulator.storeResult(TextureBitmap bitmap, int x, int y) Stores the accumulated color values in the given bitmapTexture.upscaleBitmap(TextureBitmap originalBitmap) Upscales the given bitmap by a factor of 2