Skip to content

Commit

Permalink
Update PointCloudShading.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse authored Jan 30, 2018
1 parent c4a3f6b commit 4400531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Scene/PointCloudShading.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ define([
* Determines if point cloud shading is supported.
*
* @param {Scene} scene The scene.
* @returns {Boolean} <code>true</code> if point cloud shading is supported; otherwise, returns <code>false</code>
* @returns {Boolean} <code>true</code> if point cloud shading is supported; otherwise, returns <code>false</code>
*/
PointCloudShading.isSupported = function(scene) {
return PointCloudEyeDomeLighting.isSupported(scene.context);
Expand Down

0 comments on commit 4400531

Please sign in to comment.