Three JS Test

I am including this here for now to show a working example of Three js in a production environment that includes importing a .stl file.
STL files are loaded using a url with Three.js, so it would probably be best to host, if you are hosting a large amount of stl files, on Amazon S3.
I plan on creating a node for the lexical implementation that allows users to upload 3d models and probably include that in the polls as well.
It looks like there is a problem with the renderer being correctly resized when the window is resized. I'll come back to this later after creating the SVG Editor. The problem with the threejs renderer being correctly resized arises

Example Render 3D Objects

Render 3D Objects on load.

Example of Adding Text

Example Uploading 3D Objects

Upload 3D objects to s3 and then

Example of Form for Changing

Edit 3D Model Appearance