Skip to content

Commit

Permalink
WIP - getting started on lighting effects soon
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMBarr committed Jul 28, 2023
1 parent 04e8680 commit bda6d29
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,29 @@ <h5 class="card-title">Turbulence</h5>
</div>
</div>

<!-- <div class="card m-3">
<div class="card-body">
<h5 class="card-title">Lighting</h5>
<div class="form-control-wrapper">
<div class="form-check mb-0">
<input
type="checkbox"
class="form-check-input"
id="ctrl-enable-lighting"
data-toggle-visibility="#lighting-controls"
data-enable="#lighting-controls input"
/>
<label class="form-check-label" for="ctrl-enable-lighting"> Enable Lighting </label>
</div>
</div>
<div id="lighting-controls" style="display: none">
</div>
</div>
</div> -->

<div class="card m-3 mb-0">
<div class="card-body">
<h5 class="card-title">Effects</h5>
Expand Down Expand Up @@ -333,7 +356,7 @@ <h5 id="code-modal-title" class="modal-title">Your Texture Code</h5>
class="form-control form-control-sm font-monospace"
readonly
autofocus
rows="6"
rows="7"
id="code-html"
></textarea>
<button
Expand Down

0 comments on commit bda6d29

Please sign in to comment.