loadEnvironment abstract method
Method to load the environment from assets or network URLs.
Implementation
Future<void> loadEnvironment({
String? iblPath,
String? iblUrl,
String? skyboxPath,
String? skyboxUrl,
});
Method to load the environment from assets or network URLs.
Future<void> loadEnvironment({
String? iblPath,
String? iblUrl,
String? skyboxPath,
String? skyboxUrl,
});