markuno_lib 1.2.124 → 1.2.125

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "markuno_lib",
3
- "version": "1.2.124",
3
+ "version": "1.2.125",
4
4
  "description": "Croswil Markuno Language Lib",
5
5
  "author": "Croswil SRL",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -922,7 +922,7 @@ export function d3dview(e?: {}): {
922
922
  setHdri: (t: any, i: any) => Promise<void>;
923
923
  removeHdri: (e: any) => void;
924
924
  disposeHdri: () => void;
925
- refreshScene: (t: any, n: any, r: any, s: any, o: any) => void;
925
+ refreshScene: (t: any, n: any, r: any, s: any, o: any, a: any) => void;
926
926
  destroyFakeShadow: (e: any) => void;
927
927
  initFakeShadow: (t: any) => {
928
928
  shadowPlane: any;