lythreeframe 1.2.15 → 1.2.16

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.
@@ -2327,7 +2327,7 @@ const DefaultRendererParameters = {
2327
2327
  antialias: false,
2328
2328
  samples: 4,
2329
2329
  forceWebGL: false,
2330
- colorBufferType: undefined,
2330
+ colorBufferType: 1016,
2331
2331
  toneMapping: 0,
2332
2332
  toneMappingExposure: 1,
2333
2333
  shadowMapEnabled: true,
@@ -2325,7 +2325,7 @@ const DefaultRendererParameters = {
2325
2325
  antialias: false,
2326
2326
  samples: 4,
2327
2327
  forceWebGL: false,
2328
- colorBufferType: undefined,
2328
+ colorBufferType: 1016,
2329
2329
  toneMapping: 0,
2330
2330
  toneMappingExposure: 1,
2331
2331
  shadowMapEnabled: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lythreeframe",
3
- "version": "1.2.15",
3
+ "version": "1.2.16",
4
4
  "description": "Three.js 封装",
5
5
  "main": "dist/bundle.cjs.js",
6
6
  "module": "dist/bundle.esm.js",