loadGLTFModel method

Future<void> loadGLTFModel(
  1. String path
)

Loads a 3D model in GLTF format from the provided path.

Implementation

Future<void> loadGLTFModel(String path) async {
  throw UnimplementedError("loadGLTFModel() has not been implemented.");
}