@tresjs/cientos 2.0.0-rc.2 → 2.0.0-rc.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.
Files changed (40) hide show
  1. package/dist/core/abstractions/index.d.ts +10 -0
  2. package/dist/core/controls/index.d.ts +5 -0
  3. package/dist/core/loaders/index.d.ts +5 -0
  4. package/dist/core/materials/index.d.ts +2 -0
  5. package/dist/core/misc/index.d.ts +2 -0
  6. package/dist/core/shapes/index.d.ts +14 -0
  7. package/dist/index.d.ts +6 -33
  8. package/dist/trescientos.js +8662 -8662
  9. package/dist/trescientos.umd.cjs +6 -6
  10. package/package.json +1 -1
  11. package/dist/core/{Levioso.vue.d.ts → abstractions/Levioso.vue.d.ts} +0 -0
  12. package/dist/core/{Smoke.vue.d.ts → abstractions/Smoke.vue.d.ts} +0 -0
  13. package/dist/core/{Stars.vue.d.ts → abstractions/Stars.vue.d.ts} +1 -1
  14. /package/dist/core/{Text3D.vue.d.ts → abstractions/Text3D.vue.d.ts} +0 -0
  15. /package/dist/core/{useAnimations.d.ts → abstractions/useAnimations.d.ts} +0 -0
  16. /package/dist/core/{useEnvironment → abstractions/useEnvironment}/component.d.ts +0 -0
  17. /package/dist/core/{useEnvironment → abstractions/useEnvironment}/const.d.ts +0 -0
  18. /package/dist/core/{useEnvironment → abstractions/useEnvironment}/index.d.ts +0 -0
  19. /package/dist/core/{usePamCameraMouse → abstractions/usePamCameraMouse}/component.d.ts +0 -0
  20. /package/dist/core/{usePamCameraMouse → abstractions/usePamCameraMouse}/index.d.ts +0 -0
  21. /package/dist/core/{useFBX → loaders/useFBX}/component.vue.d.ts +0 -0
  22. /package/dist/core/{useFBX → loaders/useFBX}/index.d.ts +0 -0
  23. /package/dist/core/{useGLTF → loaders/useGLTF}/component.vue.d.ts +0 -0
  24. /package/dist/core/{useGLTF → loaders/useGLTF}/index.d.ts +0 -0
  25. /package/dist/core/{meshWobbleMaterial → materials/meshWobbleMaterial}/index.vue.d.ts +0 -0
  26. /package/dist/core/{meshWobbleMaterial → materials/meshWobbleMaterial}/material.d.ts +0 -0
  27. /package/dist/core/{useTweakPane → misc/useTweakPane}/index.d.ts +0 -0
  28. /package/dist/core/{Box.vue.d.ts → shapes/Box.vue.d.ts} +0 -0
  29. /package/dist/core/{Circle.vue.d.ts → shapes/Circle.vue.d.ts} +0 -0
  30. /package/dist/core/{Cone.vue.d.ts → shapes/Cone.vue.d.ts} +0 -0
  31. /package/dist/core/{Dodecahedron.vue.d.ts → shapes/Dodecahedron.vue.d.ts} +0 -0
  32. /package/dist/core/{Icosahedron.vue.d.ts → shapes/Icosahedron.vue.d.ts} +0 -0
  33. /package/dist/core/{Octahedron.vue.d.ts → shapes/Octahedron.vue.d.ts} +0 -0
  34. /package/dist/core/{Plane.vue.d.ts → shapes/Plane.vue.d.ts} +0 -0
  35. /package/dist/core/{Ring.vue.d.ts → shapes/Ring.vue.d.ts} +0 -0
  36. /package/dist/core/{Sphere.vue.d.ts → shapes/Sphere.vue.d.ts} +0 -0
  37. /package/dist/core/{Tetrahedron.vue.d.ts → shapes/Tetrahedron.vue.d.ts} +0 -0
  38. /package/dist/core/{Torus.vue.d.ts → shapes/Torus.vue.d.ts} +0 -0
  39. /package/dist/core/{TorusKnot.vue.d.ts → shapes/TorusKnot.vue.d.ts} +0 -0
  40. /package/dist/core/{Tube.vue.d.ts → shapes/Tube.vue.d.ts} +0 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tresjs/cientos",
3
3
  "description": "Collection of useful helpers and fully functional, ready-made abstractions for Tres",
4
- "version": "2.0.0-rc.2",
4
+ "version": "2.0.0-rc.3",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@8.3.1",
7
7
  "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
@@ -169,13 +169,13 @@ declare const _sfc_main: import("vue").DefineComponent<{
169
169
  };
170
170
  }>>, {
171
171
  size: number | undefined;
172
+ factor: 4 | undefined;
172
173
  sizeAttenuation: boolean | undefined;
173
174
  transparent: boolean | undefined;
174
175
  alphaTest: number | undefined;
175
176
  count: 5000 | undefined;
176
177
  depth: 50 | undefined;
177
178
  radius: 100 | undefined;
178
- factor: 4 | undefined;
179
179
  alphaMap: null | undefined;
180
180
  }>;
181
181
  export default _sfc_main;
File without changes
File without changes