Appearance
KBE3D / KBCore / Cesium / pickBegin
函数: pickBegin()
pickBegin(
scene:Scene,windowPosition:Cartesian2,drawingBufferRectangle:BoundingRectangle,width?:number,height?:number):void
Setup needed before picking.
参数
scene
windowPosition
Window coordinates to perform picking on.
drawingBufferRectangle
The output drawing buffer recangle.
width?
number
Width of the pick rectangle.
height?
number
Height of the pick rectangle.
返回
void
