From 32e2eed2a003c9be98f344ae70248139162b6969 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 8 May 2024 18:37:48 +0200 Subject: Add a few comments --- lib/components/up.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/components/up.js') 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) { -- cgit