@three-tile/lib
Preparing search index...
addSkirt
Function addSkirt
addSkirt
(
attributes
:
AttributesType
,
triangles
:
Uint16Array
<
ArrayBufferLike
>
|
Uint32Array
<
ArrayBufferLike
>
,
skirtHeight
:
number
,
outsideIndices
?:
EdgeIndices
,
)
:
GeometryDataType
给几何体添加裙边
Parameters
attributes
:
AttributesType
几何体属性(顶点、UV、法线)
triangles
:
Uint16Array
<
ArrayBufferLike
>
|
Uint32Array
<
ArrayBufferLike
>
三角形索引数组
skirtHeight
:
number
裙边高度
Optional
outsideIndices
:
EdgeIndices
四周边界索引(可选,来自 quantized mesh)
Returns
GeometryDataType
添加裙边后的几何体数据
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@three-tile/lib
Loading...
给几何体添加裙边