WalkthroughConfig
类:路径漫游配置项
Constructor
new Glodon.Bimface.Plugins.Walkthrough.WalkthroughConfig()
构造路径漫游配置项
Members
Name | Type | Description |
---|---|---|
camera | Object | 漫游时相机近、远平面的距离设置,单位与场景单位一致。例{near : 1 , far : 1000} |
stopCallback | Function | 漫游停止时的回调函数 |
time | Number | 漫游时间(秒) |
viewer | Glodon.Bimface.Viewer.Viewer3D | Glodon.Bimface.Viewer.ViewerGIS | Viewer3D 或 ViewerGIS 对象,必填 |