Skip to content

Helper components and script for three-js web component and three.js

Notifications You must be signed in to change notification settings

usco/three-js-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

three-js-helpers

Set of helper custom elements for the three-js custom element system ( https://github.com/usco/three-js)

installation

bower install --save usco/three-js-helpers

usage:

  • include the custom elements you need:

    <link rel="import" href="components/three-js-helpers/axis-helper.html">
    <link rel="import" href="components/three-js-helpers/grid-helper.html">
    
  • used them within a three-js scene:

    <three-js-scene name="helpers" active>
        <axis-helper> </axis-helper>
        <grid-helper> </grid-helper>
    </three-js-scene>
    

Notes:

Licence

MIT

About

Helper components and script for three-js web component and three.js

Resources

Stars

Watchers

Forks

Packages

No packages published