loadGlb abstract method
Load the .glb asset at the given path and insert into the scene.
Implementation
Future<ThermionEntity> loadGlb(String path, {int numInstances = 1});
Load the .glb asset at the given path and insert into the scene.
Future<ThermionEntity> loadGlb(String path, {int numInstances = 1});