@realsee/five 6.4.0-alpha.34 → 6.4.0-alpha.35
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/docs/assets/search.js +1 -1
- package/docs/classes/five.PBMMeshMaterial.html +38 -37
- package/docs/classes/five.Tile3DModel.html +1 -1
- package/five/index.d.ts +1 -0
- package/five/index.js +48 -48
- package/five/index.mjs +1235 -1235
- package/gltf-loader/index.js +3 -3
- package/gltf-loader/index.mjs +3 -3
- package/line/index.js +3 -3
- package/line/index.mjs +3 -3
- package/package.json +1 -1
- package/plugins/index.js +2 -2
- package/plugins/index.mjs +2 -2
- package/react/index.js +2 -2
- package/react/index.mjs +2 -2
- package/shader-lib/index.js +2 -2
- package/shader-lib/index.mjs +2 -2
- package/sticker/index.js +3 -3
- package/sticker/index.mjs +3 -3
- package/umd/five-gltf-loader.js +3 -3
- package/umd/five-line.js +3 -3
- package/umd/five-plugins.js +2 -2
- package/umd/five-react.js +2 -2
- package/umd/five-shader-lib.js +2 -2
- package/umd/five-sticker.js +3 -3
- package/umd/five-vfx.js +2 -2
- package/umd/five-vue.js +2 -2
- package/umd/five.js +43 -43
- package/vfx/index.js +2 -2
- package/vfx/index.mjs +2 -2
- package/vue/index.js +2 -2
- package/vue/index.mjs +2 -2
package/five/index.d.ts
CHANGED
|
@@ -2593,6 +2593,7 @@ export declare class PBMMeshMaterial extends THREE_2.ShaderMaterial implements P
|
|
|
2593
2593
|
shaderType: 'none' | 'basic' | 'phong' | 'standard';
|
|
2594
2594
|
/** 更新版本 */
|
|
2595
2595
|
syncModelVersion?: string;
|
|
2596
|
+
vertexTangents: boolean;
|
|
2596
2597
|
/** 内置参数 */
|
|
2597
2598
|
color: THREE_2.Color;
|
|
2598
2599
|
colorAlpha: number;
|