FBXTreeParser constructor

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

Implementation

FBXTreeParser(this.textureLoader, this.manager, this.innerWidth, this.innerHeight);