@tresjs/cientos 2.0.0-beta.3 → 2.0.0-beta.5

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.
@@ -43,7 +43,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
43
43
  default: string;
44
44
  };
45
45
  }>>, {
46
- args: number[] | undefined;
47
46
  color: TresColor | undefined;
47
+ args: number[] | undefined;
48
48
  }>;
49
49
  export default _sfc_main;
@@ -46,7 +46,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
46
46
  default: string;
47
47
  };
48
48
  }>>, {
49
- args: TubeGeometryParams | undefined;
50
49
  color: TresColor | undefined;
50
+ args: TubeGeometryParams | undefined;
51
51
  }>;
52
52
  export default _sfc_main;
package/dist/index.d.ts CHANGED
@@ -6,6 +6,7 @@ import { useTweakPane } from './core/useTweakPane';
6
6
  import { useAnimations } from './core/useAnimations';
7
7
  import { GLTFModel } from './core/useGLTF/component';
8
8
  import { FBXModel } from './core/useFBX/component';
9
+ import Stars from './core/Stars.vue';
9
10
  import Text3D from './core/Text3D.vue';
10
11
  import Plane from './core/Plane.vue';
11
12
  import Box from './core/Box.vue';
@@ -21,9 +22,11 @@ import Icosahedron from './core/Icosahedron.vue';
21
22
  import Octahedron from './core/Octahedron.vue';
22
23
  import Dodecahedron from './core/Dodecahedron.vue';
23
24
  import { Environment } from './core/useEnvironment/component';
25
+ import Smoke from './core/Smoke.vue';
26
+ import Levioso from './core/Levioso.vue';
24
27
  import MeshWobbleMaterial from './core/meshWobbleMaterial/index.vue';
25
28
  export * from './core/useGLTF';
26
29
  export * from './core/useFBX';
27
30
  export * from './core/useEnvironment';
28
31
  export * from './core/usePamCameraMouse';
29
- export { OrbitControls, PointerLockControls, TransformControls, useTweakPane, GLTFModel, FBXModel, Text3D, Plane, Box, Sphere, Torus, TorusKnot, Circle, Cone, Tube, Ring, Tetrahedron, Icosahedron, Octahedron, Dodecahedron, useAnimations, Environment, PamCameraMouse, MeshWobbleMaterial, };
32
+ export { OrbitControls, PointerLockControls, TransformControls, useTweakPane, GLTFModel, FBXModel, Stars, Text3D, Smoke, Plane, Box, Sphere, Torus, TorusKnot, Circle, Cone, Tube, Ring, Tetrahedron, Icosahedron, Octahedron, Dodecahedron, useAnimations, Environment, PamCameraMouse, Levioso, MeshWobbleMaterial, };