use sessionInitOptions defined above instead sessionInitParamers

This commit is contained in:
Vincent Fretin 2018-05-13 18:35:39 +02:00 коммит произвёл GitHub
Родитель f6b85d6562
Коммит ea1a6dbba5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,7 @@ Once you have the displays, you look for one that will support the type of sessi
Once you have a display and the user has chosen to start using it, you ask the display for an `XRSession` and request the first frame:
display.requestSession(sessionInitParamers).then(sess => {
display.requestSession(sessionInitOptions).then(sess => {
session = sess
session.depthNear = 0.1
session.depthFar = 1000.0