File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,12 +93,12 @@ requirejs(['./WorldWindShim',
9393 placemarkAttributes . drawLeaderLine = true ;
9494 placemarkAttributes . leaderLineAttributes . outlineColor = WorldWind . Color . RED ;
9595 placemarkAttributes . imageSource = WorldWind . configuration . baseUrl + "images/crosshair.png" ;
96-
96+
9797 // The next placemark will portray the closest intersection point to the camera, marked in a different color.
9898 var closestPlacemarkAttributes = new WorldWind . PlacemarkAttributes ( placemarkAttributes ) ;
9999 closestPlacemarkAttributes . imageColor = WorldWind . Color . GREEN ;
100100 closestPlacemarkAttributes . leaderLineAttributes . outlineColor = WorldWind . Color . GREEN ;
101-
101+
102102 // Add click event to trigger the generation of the ray and the computation of its intersctions with the COLLADA model.
103103 var handleClick = function ( o ) {
104104 if ( duckScene == null ) {
You can’t perform that action at this time.
0 commit comments