How to use the AnimationObjectGroup function from three
Find comprehensive JavaScript three.AnimationObjectGroup code examples handpicked from public code repositorys.
GitHub: alan-wu/ZincJS
102 103 104 105 106 107 108 109 110 111 112
} this.morph.material.side = THREE.DoubleSide; } ZincObject.prototype.setMesh = function(mesh, localTimeEnabled, localMorphColour) { this.animationGroup = new THREE.AnimationObjectGroup(mesh); this.mixer = new THREE.AnimationMixer(this.animationGroup); this.geometry = mesh.geometry; this.clipAction = undefined; if (this.geometry && this.geometry.morphAttributes) {
10
3
3
+ 14 other calls in file
three.Vector3 is the most popular function in three (22341 examples)