#ThreeJS LightTable Plugin A LightTable plugin designed to create an instance of a ThreeJS WebGLRenderer in a new tab. You can then render and manipulate ThreeJS scenes right in LightTable!
####How to use
- Install the threejs plugin with the plugin manager.
- Create a new tab by hitting
ctrl+Space
and typing 'ThreeJS: Create Tab' and pressingEnter
. You will see a new tab with a blank ThreeJS renderer open up. - Finally, you can get access by:
(ns threejs.example
(:require [lt.plugins.threejs :as threejs]))
(threejs/get-renderer) => Returns renderer instance