Updated readability of the code.
[sixth-3d.git] / src / main / java / eu / svjatoslav / sixth / e3d / renderer / raster / shapes / basic / ForwardOrientedTexture.java
index 7f13783..cbfd7e3 100644 (file)
@@ -11,6 +11,9 @@ import eu.svjatoslav.sixth.e3d.renderer.raster.shapes.AbstractCoordinateShape;
 import eu.svjatoslav.sixth.e3d.renderer.raster.texture.Texture;
 import eu.svjatoslav.sixth.e3d.renderer.raster.texture.TextureBitmap;
 
+/**
+ * Texture object that is always oriented towards the viewer.
+ */
 public class ForwardOrientedTexture extends AbstractCoordinateShape {
 
     private static final double SCALE_MULTIPLIER = 0.005;
@@ -18,9 +21,9 @@ public class ForwardOrientedTexture extends AbstractCoordinateShape {
 
     /**
      * Scale of the texture object.
-     *
+     * <p>
      * Object rendered visible size on the screen depends on underlying texture size and scale.
-     *
+     * <p>
      * 0 means that object will be infinitely small.
      * 1 in recommended value to maintain sharpness of the texture as seen by the viewer.
      */