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 TextureBitmapMethods 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) 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 TypeMethodDescriptionvoid
Texture.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.void
Texture.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