diff options
Diffstat (limited to 'o3d/samples/o3djs/primitives.js')
-rw-r--r-- | o3d/samples/o3djs/primitives.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/samples/o3djs/primitives.js b/o3d/samples/o3djs/primitives.js index 54c9cfd..0a062f8 100644 --- a/o3d/samples/o3djs/primitives.js +++ b/o3d/samples/o3djs/primitives.js @@ -1208,7 +1208,7 @@ o3djs.primitives.createDisc = function(pack, material, * cylinder. * @param {!o3djs.math.Matrix4} opt_matrix A matrix by which to multiply * all the vertices. - * @return {o3djs.primitives.VertexInfo} The created cylinder vertices. + * @return {!o3djs.primitives.VertexInfo} The created cylinder vertices. */ o3djs.primitives.createCylinderVertices = function(radius, height, @@ -1273,7 +1273,7 @@ o3djs.primitives.createCylinder = function(pack, * truncated cone. * @param {!o3djs.math.Matrix4} opt_matrix A matrix by which to multiply * all the vertices. - * @return {o3djs.primitives.VertexInfo} The created truncated cone vertices. + * @return {!o3djs.primitives.VertexInfo} The created truncated cone vertices. */ o3djs.primitives.createTruncatedConeVertices = function(bottomRadius, topRadius, |