@fonsecabarreto/genesis-gl-react 0.1.32 → 0.1.33

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/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export { G as GenesisGLContext, L as LoadOBJOptions, U as UseGenesisGLOptions, u as useGenesisGL } from './useGenesisGL-VdB4J3Hl.js';
2
- export { CameraState, ScreenPoint, UseCameraControlsResult, UseModelOptions, UseModelResult, UseModelRotationResult, UseRendererOptions, useCameraControls, useCameraMouseDrag, useModel, useModelRotation, useRenderer, useWorldToScreen } from './hooks/index.js';
3
- export { FaceLabel, FaceLabelProps, FaceLabel as FaceSkin, FaceLabelProps as FaceSkinProps, GenesisGLCanvas, GenesisGLCanvasProps, RotationControls, RotationControlsProps } from './components/index.js';
2
+ export { CameraState, ScreenPoint, UseCameraControlsResult, UseModelOptions, UseModelResult, UseModelRotationResult, UseRendererOptions, useCameraControls, useCameraMouseDrag, useGroundShadow, useModel, useModelRotation, useRenderer, useWorldToScreen } from './hooks/index.js';
3
+ export { FaceLabel, FaceLabelProps, FaceLabel as FaceSkin, FaceLabelProps as FaceSkinProps, GenesisGLCanvas, GenesisGLCanvasProps, OrbitArrows, OrbitArrowsProps, RotationControls, RotationControlsProps, ViewportGizmo, ViewportGizmoProps } from './components/index.js';
4
4
  export { Model, Renderer, Scene, Viewport, WebGLCore } from '@fonsecabarreto/genesis-gl-core/Core';
5
5
  export { loadOBJWithMTL } from '@fonsecabarreto/genesis-gl-core/Core/utils/parse-obj';
6
6
  import 'react';
package/dist/index.js CHANGED
@@ -1,19 +1,22 @@
1
1
  import {
2
2
  FaceSkin,
3
3
  GenesisGLCanvas,
4
- RotationControls
5
- } from "./chunk-R4MI3LWV.js";
4
+ OrbitArrows,
5
+ RotationControls,
6
+ ViewportGizmo
7
+ } from "./chunk-A2C6CGTL.js";
6
8
  import {
9
+ useCameraMouseDrag,
10
+ useGroundShadow,
7
11
  useModel,
8
12
  useModelRotation
9
- } from "./chunk-GDDOUPFO.js";
13
+ } from "./chunk-HR2GWVYU.js";
10
14
  import {
11
15
  useCameraControls,
12
- useCameraMouseDrag,
13
16
  useGenesisGL,
14
17
  useRenderer,
15
18
  useWorldToScreen
16
- } from "./chunk-MAGVIIUT.js";
19
+ } from "./chunk-TJHSBQII.js";
17
20
 
18
21
  // src/index.ts
19
22
  import { loadOBJWithMTL } from "@fonsecabarreto/genesis-gl-core/Core/utils/parse-obj";
@@ -21,11 +24,14 @@ export {
21
24
  FaceSkin as FaceLabel,
22
25
  FaceSkin,
23
26
  GenesisGLCanvas,
27
+ OrbitArrows,
24
28
  RotationControls,
29
+ ViewportGizmo,
25
30
  loadOBJWithMTL,
26
31
  useCameraControls,
27
32
  useCameraMouseDrag,
28
33
  useGenesisGL,
34
+ useGroundShadow,
29
35
  useModel,
30
36
  useModelRotation,
31
37
  useRenderer,
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './hooks';\nexport * from './components';\nexport type {\n Scene,\n Viewport,\n Renderer,\n Model,\n WebGLCore,\n} from '@fonsecabarreto/genesis-gl-core/Core';\nexport { loadOBJWithMTL } from '@fonsecabarreto/genesis-gl-core/Core/utils/parse-obj';\n"],"mappings":";;;;;;;;;;;;;;;;;;AASA,SAAS,sBAAsB;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './hooks';\nexport * from './components';\nexport type {\n Scene,\n Viewport,\n Renderer,\n Model,\n WebGLCore,\n} from '@fonsecabarreto/genesis-gl-core/Core';\nexport { loadOBJWithMTL } from '@fonsecabarreto/genesis-gl-core/Core/utils/parse-obj';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AASA,SAAS,sBAAsB;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fonsecabarreto/genesis-gl-react",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "description": "React integration for GenesisGL — WebGL 3D engine",
5
5
  "author": "Lucas Fonseca Barreto",
6
6
  "license": "MIT",