Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
Added SunSpider's 3D Raytrace test (normalized).
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Dec 3, 2008
1 parent b2eb080 commit a657ea3
Show file tree
Hide file tree
Showing 2 changed files with 465 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/MANIFEST.json
Expand Up @@ -91,10 +91,18 @@
file: "sunspider-3d-morph.js",
name: "3D Mesh Transformation",
origin: ["WebKit", "http://webkit.org/misc/morph.html"],
desc: "Transforming the points of a matrix. No rendering done.",
desc: "Transforming the points of a matrix. No visual output.",
category: "SunSpider JavaScript Tests",
tags: ["array", "looping", "math"]
},
"sunspider-3d-raytrace": {
file: "sunspider-3d-raytrace.js",
name: "3D Raytrace",
origin: ["Apple", "http://apple.com/"],
desc: "Rendering a scene using raytracing techniques. No visual output.",
category: "SunSpider JavaScript Tests",
tags: ["array", "functions", "math"]
},
"sunspider-access-binary-trees": {
file: "sunspider-access-binary-trees.js",
name: "Traversing Binary Trees",
Expand Down

0 comments on commit a657ea3

Please sign in to comment.