Skip to content

kazuyakuza/aframe-axes-helper-component

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aframe-axes-helper-component

THREE.AxesHelper class binding for a-frame.

Usage

Add following script tag after a-frame script.

<script src="http://unpkg.com/aframe-axes-helper-component"></script>

or, to use npm, install first.

npm i aframe-axes-helper-component

then link index.js directly

<script src="node_modules/aframe-axes-helper-component/index.js"></script>

or use with favorite bundler.

import "aframe-axes-helper-component";

About

THREE.AxesHelper class binding for a-frame.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%