Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into shader-optimizations
Browse files Browse the repository at this point in the history
Conflicts:
	api/latest/scenejs.js
	api/latest/scenejs.min.js
	build/4.2.0/scenejs-4.2.0.js
	build/4.2.0/scenejs-4.2.0.min.js
	package.json
  • Loading branch information
xeolabs committed Jun 11, 2015
2 parents 55b9c59 + d51ec42 commit 72529d0
Show file tree
Hide file tree
Showing 10 changed files with 20,478 additions and 208 deletions.
18,187 changes: 18,187 additions & 0 deletions build/scenejs.js

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions build/scenejs.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions examples/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,14 @@
"page": "optimization_uintIndex"
}
]
},
{
"nodes": [
{
"title": "Super sample anti-aliasing",
"page": "canvas_SSAA"
}
]
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>SceneJS v4.0 - Examples</title>
<title>SceneJS v4.2.0 - Examples</title>

<!--Examples viewer adapted from the one over at THREE.js -->
<!-- threejs.com -->
Expand Down
Loading

0 comments on commit 72529d0

Please sign in to comment.