File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ define([
561
561
562
562
/**
563
563
* When <code>true</code>, enables picking translucent geometry using the depth buffer.
564
- * <code> useDepthPicking</code> must also be true to enable picking the depth buffer.
564
+ * { @link Scene# useDepthPicking} must also be true to enable picking the depth buffer.
565
565
* <p>
566
566
* There is a decrease in performance when enabled. There are extra draw calls to write depth for
567
567
* translucent geometry.
@@ -2790,6 +2790,10 @@ define([
2790
2790
2791
2791
/**
2792
2792
* Returns the cartesian position reconstructed from the depth buffer and window position.
2793
+ * <p>
2794
+ * Set {@link Scene#pickTranslucentDepth} to <code>true</code> to include the depth of
2795
+ * translucent primitives; otherwise, this essentially picks through translucent primitives.
2796
+ * </p>
2793
2797
*
2794
2798
* @param {Cartesian2 } windowPosition Window coordinates to perform picking on.
2795
2799
* @param {Cartesian3 } [result] The object on which to restore the result.
You can’t perform that action at this time.
0 commit comments