X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fsixth%2Fe3d%2Frenderer%2Fraster%2Ftexture%2FTextureBitmap.java;fp=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fsixth%2Fe3d%2Frenderer%2Fraster%2Ftexture%2FTextureBitmap.java;h=303ab3fb006d82f9d5b4aa455ac86364ce08b4a3;hp=fe1e30482d1aa04a960f7a956295004e955b82b8;hb=a3ff3683bd0a025061667b26b6fcf56fe20f0afc;hpb=3f589bbc56ebfb1bd35b538b8a77d4019396b5aa diff --git a/src/main/java/eu/svjatoslav/sixth/e3d/renderer/raster/texture/TextureBitmap.java b/src/main/java/eu/svjatoslav/sixth/e3d/renderer/raster/texture/TextureBitmap.java index fe1e304..303ab3f 100644 --- a/src/main/java/eu/svjatoslav/sixth/e3d/renderer/raster/texture/TextureBitmap.java +++ b/src/main/java/eu/svjatoslav/sixth/e3d/renderer/raster/texture/TextureBitmap.java @@ -1,5 +1,5 @@ /* - * Sixth 3D engine. Author: Svjatoslav Agejenko. + * Sixth 3D engine. Author: Svjatoslav Agejenko. * This project is released under Creative Commons Zero (CC0) license. */ package eu.svjatoslav.sixth.e3d.renderer.raster.texture; @@ -38,7 +38,7 @@ public class TextureBitmap { * Transfer (render) one pixel from current {@link TextureBitmap} to target raster bitmap. * * @param sourceBitmapPixelAddress Pixel address within current {@link TextureBitmap} as indicated by its offset. - * @param targetBitmap Bitmap of the target image where pixel should be rendered to. + * @param targetBitmap Bitmap of the target image where pixel should be rendered to. * @param targetBitmapPixelAddress Pixel location within target image where pixel should be rendered to. */ public void drawPixel(int sourceBitmapPixelAddress,