提交 5f4344d7 编写于 作者: M Mr.doob

Examples: Added ids to ARButtom and VRButton.

上级 43d00317
......@@ -120,6 +120,7 @@ var ARButton = {
if ( 'xr' in navigator ) {
var button = document.createElement( 'button' );
button.id = 'ARButton';
button.style.display = 'none';
stylizeElement( button );
......
......@@ -127,6 +127,7 @@ var VRButton = {
if ( 'xr' in navigator ) {
var button = document.createElement( 'button' );
button.id = 'VRButton';
button.style.display = 'none';
stylizeElement( button );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册