Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/midhunsureshr/modelexplosion

Explode GLTF models using THREEJS and OpenGL Shaders
https://github.com/midhunsureshr/modelexplosion

Last synced: 13 days ago
JSON representation

Explode GLTF models using THREEJS and OpenGL Shaders

Awesome Lists containing this project

README

        

# Exploding 3D Objects

Explode 3d objects on the browser using THREE.js and GLSL shaders.
Link to the original project can be found [here](https://github.com/akella/ExplodingObjects).
However, the code contained there is wrong and the working transpiled-minified javascript files do not match with their source files.

## Credits

- [three.js](https://threejs.org/)
- [TweenMax](https://greensock.com/tweenmax) by Greensock
- [Charming](https://github.com/yuanqing/charming) by Yuan Qing
- Images from [Unsplash.com](https://unsplash.com/)

## Using your own GLTF / GLB Models
The models that are exploded needs to have the particular structure shown here.

## License
This resource can be used freely if integrated or build upon in personal or commercial projects such as websites, web apps and web templates intended for sale. It is not allowed to take the resource "as-is" and sell it, redistribute, re-publish it, or sell "pluginized" versions of it. Free plugins built using this resource should have a visible mention and link to the original work. Always consider the licenses of all included libraries, scripts and images used.