loadGlb abstract method

Future<ThermionEntity> loadGlb(
  1. String path, {
  2. int numInstances = 1,
})

Load the .glb asset at the given path and insert into the scene.

Implementation

Future<ThermionEntity> loadGlb(String path, {int numInstances = 1});