mx3d 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -497,7 +497,7 @@ declare module MX3D {
|
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
export class WallObject extends DefaultObject {
|
|
500
|
-
nativeMaterial:
|
|
500
|
+
nativeMaterial: any;
|
|
501
501
|
baseModel: any;
|
|
502
502
|
height: number;
|
|
503
503
|
bind(_w: any): void;
|
|
@@ -622,4 +622,4 @@ declare module MX3D {
|
|
|
622
622
|
setBackground(_url: string): void;
|
|
623
623
|
dispose(): void;
|
|
624
624
|
}
|
|
625
|
-
}
|
|
625
|
+
}
|