Skip to content

Commit

Permalink
#7 Updated web interface
Browse files Browse the repository at this point in the history
Attempt to fix converter 2 layout
  • Loading branch information
DreyerChris authored Aug 25, 2017
1 parent c02279c commit dda62ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@ <h2 class="section-heading">Converter 2</h2>
Voxc.js is meant to be a lightweight, easy to use library for converting voxel objects into JavaScript matrixes for easy manipulation. These matrixes can then be used for creating more meshes that have different goals. This library will contain a series of converters that all have a different purpose. The creation and formatting of these converters stay consistent by using JavaScriptmatrixes as input and output.
</p>
</div>
<div class="col-sm-5 col-sm-offset-4">
<div class="col-sm-6">
<div id="converter2Canvas1" width="800" height="400"></div>
</div>
<div class="col-sm-5">
<div class="col-sm-6">
<div id="converter2Canvas2" width="800" height="400"></div>
</div>
</div>
Expand Down

0 comments on commit dda62ae

Please sign in to comment.