|
@@ -28,6 +28,9 @@ import { CannonJSPlugin } from "Physics/Plugins/cannonJSPlugin";
|
|
import { OimoJSPlugin } from "Physics/Plugins/oimoJSPlugin";
|
|
import { OimoJSPlugin } from "Physics/Plugins/oimoJSPlugin";
|
|
import { ReflectionProbe } from "Probes/reflectionProbe";
|
|
import { ReflectionProbe } from "Probes/reflectionProbe";
|
|
|
|
|
|
|
|
+ /** @hidden */
|
|
|
|
+ export var _BabylonLoaderRegistered = true;
|
|
|
|
+
|
|
var parseMaterialById = (id: string, parsedData: any, scene: Scene, rootUrl: string) => {
|
|
var parseMaterialById = (id: string, parsedData: any, scene: Scene, rootUrl: string) => {
|
|
for (var index = 0, cache = parsedData.materials.length; index < cache; index++) {
|
|
for (var index = 0, cache = parsedData.materials.length; index < cache; index++) {
|
|
var parsedMaterial = parsedData.materials[index];
|
|
var parsedMaterial = parsedData.materials[index];
|