Updated readability of the code.
[sixth-3d.git] / src / main / java / eu / svjatoslav / sixth / e3d / renderer / raster / shapes / basic / ForwardOrientedTexture.java
index 7f13783..3f9f084 100644 (file)
@@ -18,9 +18,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.
      */