Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.markdown #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Thingiview.js
ThingiView.js
=============

A javascript (using Canvas and WebGL if available) 3D model viewer. Uses the [Three.js](http://github.com/mrdoob/three.js) 3D Engine. Check out the [Examples](http://replimat.com/thingiview/examples/).
An fantastic javascript (using Canvas and WebGL if available) 3D model viewer. Uses the [Three.js](http://github.com/mrdoob/three.js) 3D Engine. Check out the [Examples](http://replimat.com/thingiview/examples/).

# Features
# Features :-

* supports binary and ascii STL and OBJ files without requiring any preprocessing, all the parsing is done on the client in javascript
* everything is done client side in javascript, requires no plugins for most browsers
Expand All @@ -12,7 +12,7 @@ A javascript (using Canvas and WebGL if available) 3D model viewer. Uses the [T
* configurable colors
* is made of awesome

# Example
# Example :-

<pre><code>
&lt;script src="/javascripts/Three.js"&gt;&lt;/script&gt;
Expand All @@ -32,7 +32,7 @@ A javascript (using Canvas and WebGL if available) 3D model viewer. Uses the [T
&lt;div id="viewer" style="width:300px;height:300px"&gt;&lt;/div&gt;
</code></pre>

# Usage
# Usage :-

It's important that everything is done within window.onload.

Expand Down