提交 5f19d13f 编写于 作者: J Jerome Etienne

more tests

上级 26a2d2a5
# TODO # TODO
- Test multi marker: learning playing
- measure performance - measure performance
- e.g. fps. run the test for say 5sec and then extract an average - e.g. fps. run the test for say 5sec and then extract an average
- should i use stats.js. my own specific measurement - should i use stats.js. my own specific measurement
- console.time ? - console.time ?
- can i get this result ? my own simple performance.now() substract - can i get this result ? my own simple performance.now() substract
- - fps is more global,
- make it such as you can instrument any demo - make it such as you can instrument any demo
- have the .js to detect they are running in a test... how ?
- and if running in a tests, have the profile to obey the conditions
- make more image for test - make more image for test
- multi markers - multi markers
- various angle, various lights - various angle, various lights
- DONE Test multi marker: learning playing
- DONE test picking - DONE test picking
- DONE make test-runner.html to the ARjs new api - DONE make test-runner.html to the ARjs new api
- DONE support test on video too - DONE support test on video too
......
...@@ -39,7 +39,7 @@ describe('AR.js Markers Area', function() { ...@@ -39,7 +39,7 @@ describe('AR.js Markers Area', function() {
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
// Code Separator // Code Separator
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
it('use a markers-area and enabled markers-helpers', function () { it('use a markers-area and enabled markers-helpers', function() {
// goes in test-runner.html // goes in test-runner.html
var pageURL = '/three.js/examples/test-runner.html' var pageURL = '/three.js/examples/test-runner.html'
browser.url(pageURL) browser.url(pageURL)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册