soonspacejs 2.12.1 → 2.13.0

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": "soonspacejs",
3
- "version": "2.12.1",
3
+ "version": "2.13.0",
4
4
  "homepage": "https://www.xwbuilders.com/soonspacejs/",
5
5
  "description": "soonspacejs 2.x",
6
6
  "module": "./dist/index.esm.js",
@@ -27,8 +27,9 @@
27
27
  "license": "UNLICENSED",
28
28
  "peerDependencies": {
29
29
  "camera-controls": ">=2.9.0",
30
+ "postprocessing": ">=6.36.6",
30
31
  "three": ">=0.172.0",
31
32
  "three-mesh-bvh": ">=0.8.3"
32
33
  },
33
- "gitHead": "64c70fe7e459a16135dc28660cd5e46dabec0009"
34
+ "gitHead": "b4e71503968ba1b8be2f83c154b3580c8f44672b"
34
35
  }
@@ -202,7 +202,7 @@ export interface SSROptions {
202
202
  velocityResolutionScale?: number;
203
203
  }
204
204
  export interface ToneMappingOptions {
205
- type?: 'None' | 'Reinhard' | 'Cineon' | 'ACESFilmic';
205
+ type?: 'None' | 'Reinhard' | 'Cineon' | 'ACESFilmic' | 'AGX';
206
206
  exposure?: number;
207
207
  }
208
208
  export { CameraViewpointData, CameraViewpointDataLegacy, FlyToOptions, FlyToObjOptions, SurroundOptions, LabelOptions, InternalOptions, SelectModelOptions, EdgeSelectOptions, StrokeSelectOptions, OpacitySelectOptions, HighlightSelectOptions, EmissiveSelectOptions, FogOptions, SkyOptions, ViewportOptions, ViewportState, IntersectsOptions, };
@@ -117,10 +117,6 @@ declare class Viewport {
117
117
  * @returns
118
118
  */
119
119
  autoRender(): void;
120
- /**
121
- * 兼容 soongis
122
- */
123
- baseRender(): void;
124
120
  animate(time: number): void;
125
121
  getOffsetByPosition(position: Position): {
126
122
  left: number;