I hereby claim:
- I am jasonfarrell on github.
- I am jasonfarrell (https://keybase.io/jasonfarrell) on keybase.
- I have a public key ASATfrK66z-ad1citJqORzm5BK4RTTRu-m-xQdbC7Rae0Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /* | |
| * Cloth Simulation using a relaxed constrains solver | |
| */ | |
| // Suggested Readings | |
| // Advanced Character Physics by Thomas Jakobsen Character | |
| // http://freespace.virgin.net/hugo.elias/models/m_cloth.htm | |
| // http://en.wikipedia.org/wiki/Cloth_modeling | |
| // http://cg.alexandra.dk/tag/spring-mass-system/ |
| gBrowser.tabContainer.addEventListener("TabSelect", function(e) { onTabChange();}, false); |
| var my_element = document.getElementById('my-element'); | |
| //-- Returns true/false | |
| my_element.isVisible(my_element); |