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:
	.gitignore
	README.markdown
	build.xml
	resources/web/style.css
	src/scenejs/boundary/boundingBox.js
	src/scenejs/geometry/objects/sphere.js
	src/scenejs/interpolation/interpolator.js
	src/scenejs/scene/scene.js
	src/scenejs/scene/sceneModule.js
  • Loading branch information
xeolabs committed Jun 3, 2015
1 parent 9e6cec5 commit bc8c36b
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 217 deletions.
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 bc8c36b

Please sign in to comment.