summaryrefslogtreecommitdiff
path: root/views/controls/editor/light-control.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-06-09 17:41:00 -0400
committerJules Laplace <jules@okfoc.us>2014-06-09 17:41:00 -0400
commitb4fd7ddd7cf6fb2a68613bc0257a650055360ea7 (patch)
treebf4117322c8682fea24e2be169bd901bd1e978c5 /views/controls/editor/light-control.ejs
parent50046f0197c5ef3d997dd06e95f3dcd008a654f6 (diff)
environment working again
Diffstat (limited to 'views/controls/editor/light-control.ejs')
-rw-r--r--views/controls/editor/light-control.ejs18
1 files changed, 18 insertions, 0 deletions
diff --git a/views/controls/editor/light-control.ejs b/views/controls/editor/light-control.ejs
new file mode 100644
index 0000000..782c400
--- /dev/null
+++ b/views/controls/editor/light-control.ejs
@@ -0,0 +1,18 @@
+<div class="vvbox lightcontrol">
+ <div class="slider">
+ <input type="range" min="0" max="100" value="0" id="shadow-control" />
+ <h4>Outline Hue</h4>
+ </div>
+ <div class="slider">
+ <input type="range" min="0" max="100" value="100" id="brightness-control" />
+ <h4>Wall Hue</h4>
+ </div>
+ <div class="slider">
+ <input type="range" min="0" max="100" value="0" id="brightness-control" />
+ <h4>Brightness</h4>
+ </div>
+ <div class="slider">
+ <input type="range" min="0" max="100" value="0" id="shadow-control" />
+ <h4>Shadow</h4>
+ </div>
+</div> \ No newline at end of file