FBXTreeParser constructor

FBXTreeParser(
  1. Loader textureLoader,
  2. dynamic manager,
  3. int innerWidth,
  4. int innerHeight,
)

Implementation

FBXTreeParser(Loader textureLoader, manager, int innerWidth, int innerHeight) {
  this.textureLoader = textureLoader;
  this.manager = manager;

  this.innerWidth = innerWidth;
  this.innerHeight = innerHeight;
}