From db82099212ecf8529cee894700954d981a1ed6a5 Mon Sep 17 00:00:00 2001 From: Patrick Cozzi Date: Mon, 30 Sep 2013 08:47:17 -0400 Subject: [PATCH] Fix projection test --- Specs/Core/GeometryPipelineSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Specs/Core/GeometryPipelineSpec.js b/Specs/Core/GeometryPipelineSpec.js index 891162a7da77..e03e9ca22bb5 100644 --- a/Specs/Core/GeometryPipelineSpec.js +++ b/Specs/Core/GeometryPipelineSpec.js @@ -635,7 +635,7 @@ defineSuite([ expect(function() { GeometryPipeline.projectTo2D(new Geometry({ attributes : { - position : new GeometryAttribute({ + normal : new GeometryAttribute({ componentDatatype : ComponentDatatype.DOUBLE, componentsPerAttribute : 3, values : [0.0, 0.0, 0.0]