@tlaukkan/aframe-tiny-terrain-component
v0.0.5
Published
A-Frame Tiny Terrain Component
Downloads
121
Readme
A-Frame Atmosphere Component
Stripped down to contain only atmospheric sky functions from : https://github.com/feiss/aframe-environment-component
Demo
https://naf-mesh-adapter-demo.glitch.me
Usage
<script src="https://unpkg.com/@tlaukkan/[email protected]/atmosphere.js"></script>
...
<a-entity id="environment" atmosphere="lightPosition: 1 5 -2;">
</a-entity>
Develop
npm run start:dev
Publish package
First publish
npm publish --access public
Update
npm version patch
npm publish