点云图层
Name | Type | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
对象有下面这些属性:
|
|||||||||||||||||||||
global |
Object | 三维球对象(YouScene.earth) |
- Implements:
Example:
var pointCloudLayer = youScene.layers.addPointCloudLayer({
id: 'pointCloudLayer',
name: 'pointCloudLayer'
});