How to use the AnimationObjectGroup function from three

Find comprehensive JavaScript three.AnimationObjectGroup code examples handpicked from public code repositorys.

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) {
fork icon10
star icon3
watch icon3

+ 14 other calls in file

Other functions in three

Sorted by popularity

function icon

three.Vector3 is the most popular function in three (22341 examples)