提交 0f1b97dc 编写于 作者: M Mr.doob

WebXRManager: Added getReferenceSpace() method.

上级 ee524fa3
......@@ -126,6 +126,12 @@ function WebXRManager( renderer, gl ) {
};
this.getReferenceSpace = function () {
return referenceSpace;
};
this.getSession = function () {
return session;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册