diff --git a/_layouts/main.html b/_layouts/main.html index 297ba4f..272cac4 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -30,7 +30,7 @@
  • Streaming simulator
  • diff --git a/prototype/arrows/index.md b/prototype/arrows/index.md index bfbdb37..4d2a1f3 100644 --- a/prototype/arrows/index.md +++ b/prototype/arrows/index.md @@ -1,46 +1,7 @@ --- title: Prototype with old cameras -layout: withjs +layout: prototype extrajs: extrahead: --- -
    - -

    3D Interface

    - -

    -This is the prototype of a 3D interface. You can move the camera with the arrow -keys of your keyboard, and change the angle of the camera by dragging and -dropping the scene around it (you can also use your numpad, 2 to look lower, 8 -to look higher, 4 to look on the left and 6 to look on the right, but if you're -more comfortable with non-numpad keys, you can also use i for up, j for left, k -for down, and l for right). -

    - -

    -Recommended views are displayed with a transparent red arrow. They disappear -when you come closer to them, and you can automatically move to them by -clicking on them. You can reset the camera at anytime by clicking on the reset -button. -

    - - - - - - - - - - - - - -
    - - -
    +{{ content }} diff --git a/prototype/viewport/index.md b/prototype/viewport/index.md deleted file mode 100644 index d1a5061..0000000 --- a/prototype/viewport/index.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: Prototype with old cameras -layout: withjs -extrajs: -extrahead: ---- -
    - -

    3D Interface

    - -

    -This is the prototype of a 3D interface. You can move the camera with the arrow -keys of your keyboard, and change the angle of the camera by dragging and -dropping the scene around it (you can also use your numpad, 2 to look lower, 8 -to look higher, 4 to look on the left and 6 to look on the right, but if you're -more comfortable with non-numpad keys, you can also use i for up, j for left, k -for down, and l for right). -

    - -

    -Recommended views are displayed with a transparent red arrow. They disappear -when you come closer to them, and you can automatically move to them by -clicking on them. You can reset the camera at anytime by clicking on the reset -button. -

    - - - - - - - - - - - - - -
    - - -
    diff --git a/static/js/prototype/viewport/main.js b/static/js/prototype/viewports/main.js similarity index 100% rename from static/js/prototype/viewport/main.js rename to static/js/prototype/viewports/main.js