FBXLoader constructor

FBXLoader(
  1. dynamic manager,
  2. dynamic innerWidth,
  3. dynamic innerHeight
)

Implementation

FBXLoader(manager, innerWidth, innerHeight) : super(manager) {
  this.innerWidth = innerWidth;
  this.innerHeight = innerHeight;
}