tela.js 1.2.17 → 1.2.18

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": "tela.js",
3
- "version": "1.2.17",
3
+ "version": "1.2.18",
4
4
  "author": "Pedroth",
5
5
  "repository": {
6
6
  "type": "git",
@@ -8,7 +8,6 @@ import { MyWorker } from "../Utils/Utils.js";
8
8
  * */
9
9
  //========================================================================================
10
10
 
11
- let RAY_TRACE_WORKERS = [];
12
11
  let RAY_MAP_WORKERS = [];
13
12
 
14
13
  let prevSceneHash = undefined;
package/src/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ import Tela from "./Tela/Tela.js"
1
2
  import Anima from "./Utils/Anima.js"
2
3
  import BScene from "./Scene/BScene.js"
3
4
  import Box from "./Geometry/Box.js"
@@ -46,6 +47,7 @@ export {
46
47
  NaiveScene,
47
48
  VoxelScene,
48
49
  RandomScene,
50
+ Tela,
49
51
  }
50
52
 
51
53
  export * from "./Utils/Math.js"