Skip to content

Commit

Permalink
Fixed spacing in about section of 3d model viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
mknightdev committed Feb 28, 2024
1 parent af40d8b commit 3a806c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/model-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h3 style="font-weight: bold; text-align: center;">3D Model Viewer</h3>
</div>

<h5>About</h5>
<p class="mt-3">In this assignment, we had the choice to develop a 3D game, tool or tech demo. I decided to go with creating a tool and developed a 3D model viewer to show custom models and viewing them with the shaders provided with the tool. These shaders ranged from specular, diffuse, ambient and no lighting to give a variety of environments for the model.</p>
<p>In this assignment, we had the choice to develop a 3D game, tool or tech demo. I decided to go with creating a tool and developed a 3D model viewer to show custom models and viewing them with the shaders provided with the tool. These shaders ranged from specular, diffuse, ambient and no lighting to give a variety of environments for the model.</p>
<p>Using the text file provided, users can put the filepath of the models and textures they want to display. In case the models loaded are quite large, I implemented scaling buttons to increase or decrease where needed.</p>

</div>
Expand Down

0 comments on commit 3a806c1

Please sign in to comment.