diff options
Diffstat (limited to 'views/controls/editor/light-control.ejs')
| -rw-r--r-- | views/controls/editor/light-control.ejs | 18 |
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 |
