Skip to content

Commit

Permalink
Cleaned doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcozzi committed Apr 25, 2014
1 parent 5ec5ec3 commit d589e63
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions Source/Scene/SphericalPolygonShaderSupport.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ define([
var normalsOffset = 3;

/**
* Shader support functions for the SphericalPolygon type.
*
* @alias SphericalPolygonShaderSupport
* @constructor
*
* @private
*/
var SphericalPolygonShaderSupport = function() {};
Expand Down Expand Up @@ -153,26 +148,12 @@ define([
}
}

/**
* DOC_TBA
*
* @memberof SphericalPolygonShaderSupport
*
* @private
*/
SphericalPolygonShaderSupport.uniforms = function(sphericalPolygon) {
var uniforms = {};
addUniforms(sphericalPolygon._directionsNormalsAndBisectorsWithMagnitudeSquared, sphericalPolygon.convexHull, uniforms);
return uniforms;
};

/**
* DOC_TBA
*
* @memberof SphericalPolygonShaderSupport
*
* @private
*/
SphericalPolygonShaderSupport.implicitSurfaceFunction = function(sphericalPolygon) {
var convexHull = sphericalPolygon.convexHull;
var glsl = '\n';
Expand Down

0 comments on commit d589e63

Please sign in to comment.