X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fsixth%2Fe3d%2Fgui%2FAvatar.java;fp=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fsixth%2Fe3d%2Fgui%2FAvatar.java;h=f2d58c98f5f9ec61fd644ef66264141a3ebd077c;hp=abbf0dda352b270d0fb0b2fcf3827b5c3d52efdf;hb=5a51f90f06561a1262ea9805f58d856a9cadd015;hpb=037f1a226b5305f605fa15afb1abd9399554eccb diff --git a/src/main/java/eu/svjatoslav/sixth/e3d/gui/Avatar.java b/src/main/java/eu/svjatoslav/sixth/e3d/gui/Avatar.java index abbf0dd..f2d58c9 100755 --- a/src/main/java/eu/svjatoslav/sixth/e3d/gui/Avatar.java +++ b/src/main/java/eu/svjatoslav/sixth/e3d/gui/Avatar.java @@ -11,6 +11,9 @@ import static java.lang.Math.sin; /** * The avatar is a user-controlled object in the 3D world. + * + * It is a point in space that can be moved around by the user. + * It has orientation in space, and it can also be rotated around. */ public class Avatar implements ViewRenderListener {