From 73474aedb6674db2e2ef588c9f34b0d1e51e0fc6 Mon Sep 17 00:00:00 2001 From: TheNumbat Date: Thu, 2 Jul 2020 19:29:04 -0700 Subject: [PATCH] video? --- docs/_config.yml | 3 ++- docs/guide/layout.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 2f7efbe..e305504 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1 +1,2 @@ -theme: jekyll-theme-minimal \ No newline at end of file +theme: jekyll-theme-minimal +baseurl: /Scotty3D diff --git a/docs/guide/layout.md b/docs/guide/layout.md index 173e124..66013e4 100644 --- a/docs/guide/layout.md +++ b/docs/guide/layout.md @@ -4,6 +4,8 @@ title: "Layout" permalink: /guide/layout/ --- +# Layout + This is the main scene editing mode in Scotty3D, and does not contain tasks for the student to implement. This mode allows you to load full scenes from disk, create or load new objects, export your scene (COLLADA format), and edit transformations that place each object into your scene. @@ -49,4 +51,4 @@ Finally, you may remove the object from the scene by pressing `Delete` or hittin ## Demo - + -- GitLab