IndicesType
定义于: src/util/create_tile_mesh.ts:66
IndicesType =
"32bit"
|"16bit"
|undefined
描述顶点索引的所需类型,可以是16位无符号整数、32位无符号整数,或者,如果是undefined,则可以是这两个选项中的任意一个。
定义于: src/util/create_tile_mesh.ts:66
IndicesType =
"32bit"
|"16bit"
|undefined
描述顶点索引的所需类型,可以是16位无符号整数、32位无符号整数,或者,如果是undefined,则可以是这两个选项中的任意一个。