Add existing to tracked
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @alias KmlLookAt
|
||||
* @constructor
|
||||
*
|
||||
* @param {Cartesian3} position camera position
|
||||
* @param {HeadingPitchRange} headingPitchRange camera orientation
|
||||
*/
|
||||
function KmlLookAt(position, headingPitchRange) {
|
||||
this.position = position;
|
||||
this.headingPitchRange = headingPitchRange;
|
||||
}
|
||||
export default KmlLookAt;
|
||||
Reference in New Issue
Block a user