physics-module-ammonext icon indicating copy to clipboard operation
physics-module-ammonext copied to clipboard

btKinematicCharacterController implementation

Open sasha240100 opened this issue 6 years ago • 0 comments

Concept

new WHS.Importer({
  loader: new THREE.OBJLoader(),
  parser(object) {
    return object;
  },
  modules: [
    new PHYSICS.CharacterModule({
      // options
    })
  ]
});

sasha240100 avatar May 28 '18 16:05 sasha240100