@babylonjs-toolkit/next 9.9.2 → 9.9.3

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/lib/index.js CHANGED
@@ -39,3 +39,51 @@ export * from './unityslider';
39
39
  export * from './unityscrollbar';
40
40
  export * from './unitydropdownmenu';
41
41
  export * from './fontmanifestentry';
42
+ import * as BABYLON from "@babylonjs/core/Legacy/legacy";
43
+ import * as _tk_0 from './scenemanager';
44
+ import * as _tk_1 from './handedness';
45
+ import * as _tk_2 from './playercontrol';
46
+ import * as _tk_3 from './xbox360trigger';
47
+ import * as _tk_4 from './movementtype';
48
+ import * as _tk_5 from './collisioncontact';
49
+ import * as _tk_6 from './intersectionprecision';
50
+ import * as _tk_7 from './collisionfilters';
51
+ import * as _tk_8 from './collisionstate';
52
+ import * as _tk_9 from './collisionflags';
53
+ import * as _tk_10 from './userinputpointer';
54
+ import * as _tk_11 from './triggervolume';
55
+ import * as _tk_12 from './roomerrormessage';
56
+ import * as _tk_13 from './customloadingscreen';
57
+ import * as _tk_14 from './localmessagebus';
58
+ import * as _tk_15 from './prefabobjectpool';
59
+ import * as _tk_16 from './raycasthitresult';
60
+ import * as _tk_17 from './linesmeshrenderer';
61
+ import * as _tk_18 from './entitycontroller';
62
+ import * as _tk_19 from './recastclassctor';
63
+ import * as _tk_20 from './irecastnavigationplugin';
64
+ import * as _tk_21 from './perlin2d';
65
+ import * as _tk_22 from './randomfn';
66
+ import * as _tk_23 from './noisefunction2d';
67
+ import * as _tk_24 from './noisefunction3d';
68
+ import * as _tk_25 from './noisefunction4d';
69
+ import * as _tk_26 from './simplexnoise';
70
+ import * as _tk_27 from './windowsplatform';
71
+ import * as _tk_28 from './mousebuttonmode';
72
+ import * as _tk_29 from './touchmousebutton';
73
+ import * as _tk_30 from './touchjoystickhandler';
74
+ import * as _tk_31 from './blendtreeposition';
75
+ import * as _tk_32 from './ianimationcurve';
76
+ import * as _tk_33 from './channelmixerplugin';
77
+ import * as _tk_34 from './universalcharactercontroller';
78
+ import * as _tk_35 from './lutblendplugin';
79
+ import * as _tk_36 from './iparticlesystemtransform';
80
+ import * as _tk_37 from './unityslider';
81
+ import * as _tk_38 from './unityscrollbar';
82
+ import * as _tk_39 from './unitydropdownmenu';
83
+ import * as _tk_40 from './fontmanifestentry';
84
+ if (typeof window !== 'undefined') {
85
+ window.BABYLON = BABYLON;
86
+ window.TOOLKIT = Object.assign({}, _tk_0, _tk_1, _tk_2, _tk_3, _tk_4, _tk_5, _tk_6, _tk_7, _tk_8, _tk_9, _tk_10, _tk_11, _tk_12, _tk_13, _tk_14, _tk_15, _tk_16, _tk_17, _tk_18, _tk_19, _tk_20, _tk_21, _tk_22, _tk_23, _tk_24, _tk_25, _tk_26, _tk_27, _tk_28, _tk_29, _tk_30, _tk_31, _tk_32, _tk_33, _tk_34, _tk_35, _tk_36, _tk_37, _tk_38, _tk_39, _tk_40);
87
+ if (!window.PROJECT)
88
+ window.PROJECT = {};
89
+ }
@@ -98,7 +98,7 @@ import { ShadowOnlyMaterial } from '@babylonjs/materials/shadowOnly/shadowOnlyMa
98
98
  import { SkyMaterial } from '@babylonjs/materials/sky/skyMaterial';
99
99
  import { WaterMaterial } from '@babylonjs/materials/water/waterMaterial';
100
100
  export class SceneManager {
101
- static get Version() { return "9.9.2 - R1"; }
101
+ static get Version() { return "9.9.3 - R1"; }
102
102
  static get Copyright() { return "All rights reserved (c) 2024 Mackey Kinard"; }
103
103
  static GetEngine(scene) {
104
104
  let result = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs-toolkit/next",
3
- "version": "9.9.2",
3
+ "version": "9.9.3",
4
4
  "description": "Babylon Toolkit Runtime Library (ES6)",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.js",