diff --git a/libraries/shared/src/BillboardMode.h b/libraries/shared/src/BillboardMode.h index 7f3e79d453..050f939941 100644 --- a/libraries/shared/src/BillboardMode.h +++ b/libraries/shared/src/BillboardMode.h @@ -11,6 +11,21 @@ #include "QString" +/**jsdoc + *
How an entity is billboarded.
+ *Value | Description |
---|---|
none | The entity will not be billboarded. |
yaw | The entity will yaw, but not pitch, to face the camera. Its actual rotation will be ignored. |
full | The entity will be billboarded to face the camera. Its actual rotation will be ignored. |