fromBox3 method
dynamic
fromBox3(
- dynamic box3
Implementation
fromBox3(box3) {
box3.getCenter(this.center);
box3.getSize(this.halfSize).multiplyScalar(0.5);
this.rotation.identity();
return this;
}