Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 256 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 256 Bytes

ThreeJava

three.js java tea vm bindings

Usage

Whenever you would call new THREE.Something() you need to call the static function Three.Something() instead as teavm doesn't allow to bind constructors (afaik). Everything else works as in three.js.