Skip to content

Commit

Permalink
I speel reel gud - fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tbuser committed Nov 30, 2010
1 parent 345aa29 commit 5a59f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Loads the scene into the container div.

## thingiview.loadSTL("/path/to/model.stl"); or thingiview.loadOBJ("/path/to/model.obj");

Make sure you pass the fill path to the model file you want to load. This will make an ajax call to the server to fetch it.
Make sure you pass the full url path to the model file you want to load. This will make an ajax call to the server to fetch it.

## thingiview.setShowPlane(true);

Expand All @@ -70,7 +70,7 @@ Yep, it sets the object's color.

## thingiview.setRotation(true);

`true or false`. This causes the objet to slowly rotate around the z axis.
`true or false`. This causes the object to slowly rotate around the z axis.

## thingiview.setCameraView('top');

Expand Down

0 comments on commit 5a59f19

Please sign in to comment.