Skip to content
Nathan Goodwin edited this page Oct 11, 2019 · 13 revisions

Welcome to the Scorpion wiki!

This Wiki is updated as frequently as possible and is kept up to date with the Scorpion Development Branch. Most of the things included in the Wiki are also included in the master branch, however there may be a few things that aren't.

I recommend using only the master branch release, however if you find that something documented in the Wiki isn't working, try switching to the development branch version of Scorpion.

Adding Scorpion to your project:

Include this at the top of your HTML file:

<script src="MTLLoader.js"></script>
<script src="OBJLoader.js"></script>
<script src="stats.js"></script>
<script src="log.js"></script>
<script src="scorpion.js"></script>

About this Project:

This project was started as a way to allow people who are more used to vanilla JavaScript to take advantage of the three.js library. Scorpion doesn't require prior knowledge of classes and gets rid of a bunch of over-complicated input parameters included in three.js by choosing the most basic settings for you. Objects created with Scorpion can be modified in the same way as regular three.js objects, so it doesn't restrict anything already included in the three.js library for more advanced users who want to change the properties of created objects.

cool gif

Clone this wiki locally