FBXLoader constructor
FBXLoader(
- dynamic manager,
- dynamic innerWidth,
- dynamic innerHeight
Implementation
FBXLoader(manager, innerWidth, innerHeight) : super(manager) {
this.innerWidth = innerWidth;
this.innerHeight = innerHeight;
}