From 2705c84a04a5118473695eef28882685be1b10e6 Mon Sep 17 00:00:00 2001 From: George Michael Brower Date: Thu, 21 Aug 2014 22:36:58 -0400 Subject: [PATCH] sticky bump for docs --- docs/template.html | 102 ++++++++++++++++++ .../controller-custom/controller-custom.html | 34 ++++++ examples/index.html | 67 ++++++++++++ 3 files changed, 203 insertions(+) create mode 100644 docs/template.html create mode 100644 examples/controller-custom/controller-custom.html create mode 100644 examples/index.html diff --git a/docs/template.html b/docs/template.html new file mode 100644 index 0000000..90e3305 --- /dev/null +++ b/docs/template.html @@ -0,0 +1,102 @@ + + + + + +dat-gui + + + + + + +
+ +
+ + + + + \ No newline at end of file diff --git a/examples/controller-custom/controller-custom.html b/examples/controller-custom/controller-custom.html new file mode 100644 index 0000000..d9f397a --- /dev/null +++ b/examples/controller-custom/controller-custom.html @@ -0,0 +1,34 @@ + + + + + + + + + + \ No newline at end of file diff --git a/examples/index.html b/examples/index.html new file mode 100644 index 0000000..cfa572f --- /dev/null +++ b/examples/index.html @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + \ No newline at end of file