aboutsummaryrefslogtreecommitdiff
path: root/lib/components/up.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/components/up.js')
-rw-r--r--lib/components/up.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/components/up.js b/lib/components/up.js
index f28cc20..585b4b5 100644
--- a/lib/components/up.js
+++ b/lib/components/up.js
@@ -1,5 +1,8 @@
import { Component } from '@serpentity/serpentity';
+/**
+ * Stores an up vector. Intended for the camera in the scene.
+ */
export default class Up extends Component {
constructor(config) {