From 4cc35587ef1fd11b267f590bb539b0a83a5ab178 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Tue, 5 May 2015 11:54:32 +0200 Subject: [PATCH] Cleaning again --- _layouts/prototype.md | 45 ++++++++++++++++++++++++++++++++++++ prototype/index.md | 12 ++++++++++ prototype/viewports/index.md | 7 ++++++ 3 files changed, 64 insertions(+) create mode 100644 _layouts/prototype.md create mode 100644 prototype/index.md create mode 100644 prototype/viewports/index.md diff --git a/_layouts/prototype.md b/_layouts/prototype.md new file mode 100644 index 0000000..d09b108 --- /dev/null +++ b/_layouts/prototype.md @@ -0,0 +1,45 @@ +--- +title: Prototype with old cameras +layout: withjs +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/prototype/index.md b/prototype/index.md new file mode 100644 index 0000000..fb4efde --- /dev/null +++ b/prototype/index.md @@ -0,0 +1,12 @@ +--- +layout: main +title: Prototypes +--- + +## Index +There are two prototypes here : + + - [One with arrows](arrows/) + + - [One with viewports](viewports/) + diff --git a/prototype/viewports/index.md b/prototype/viewports/index.md new file mode 100644 index 0000000..b52fba1 --- /dev/null +++ b/prototype/viewports/index.md @@ -0,0 +1,7 @@ +--- +title: Prototype with old cameras +layout: prototype +extrajs: +extrahead: +--- +{{ content }}