Members
与图元关联的特征 ID;不需要唯一。
图元是否显示。
Methods
static Cesium.BufferPrimitive.clone(primitive, result) → BufferPrimitive
将源图元的数据复制到结果。如果结果图元不是新的
(集合中的最后一个图元),则源图元和结果图元
必须具有相同的顶点数。
| Name | Type | Description |
|---|---|---|
primitive |
BufferPrimitive | |
result |
BufferPrimitive |
Returns:
getMaterial(result) → BufferPrimitiveMaterial
| Name | Type | Description |
|---|---|---|
result |
BufferPrimitiveMaterial |
Returns:
| Name | Type | Description |
|---|---|---|
material |
BufferPrimitiveMaterial |
返回表示该图元的可 JSON 序列化的对象。此编码
不具有内存效率,通常应用于调试和测试。
Returns:
可 JSON 序列化的对象。
