]> git.r.bdr.sh - rbdr/lissajous/blobdiff - lib/factories/global.js
Add phase
[rbdr/lissajous] / lib / factories / global.js
index c601bdbfdd2c1f399980df2b241b3616fe535709..bf0360df980e7e604f3b3936f723290f63c6edfc 100644 (file)
@@ -21,7 +21,7 @@ export function camera() {
   entity.addComponent(new EulerAngle());
   entity.addComponent(new Velocity({
     x: 0,
   entity.addComponent(new EulerAngle());
   entity.addComponent(new Velocity({
     x: 0,
-    y: Math.PI / 180,
+    y: Math.PI / 30,
     z: 0,
   }));
   entity.addComponent(new Radius({
     z: 0,
   }));
   entity.addComponent(new Radius({