Merge pull request #905 from mozilla/fix/non-indexed-mesh-batching

Disable batching for non-indexed meshes
This commit is contained in:
Robert Long 2020-02-19 15:00:16 -08:00 коммит произвёл GitHub
Родитель 8da1b46584 fe8e06ff5f
Коммит 90409f8aea
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 5 удалений

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

@ -66,7 +66,7 @@
"dependencies": {
"@babel/runtime": "^7.6.0",
"@mozillareality/easing-functions": "^0.1.1",
"@mozillareality/three-batch-manager": "^0.1.8",
"@mozillareality/three-batch-manager": "^0.1.10",
"@mozillareality/three-particle-emitter": "^0.2.2",
"@sentry/browser": "^5.6.3",
"abortcontroller-polyfill": "^1.3.0",

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

@ -1193,10 +1193,10 @@
resolved "https://registry.yarnpkg.com/@mozillareality/easing-functions/-/easing-functions-0.1.1.tgz#de7994336412b02e7d58e8391d0c230df8b79ad2"
integrity sha512-rApZ0OOqreMULwHZOy+fB9wRLnikelE8pMbqUmtLBhT6OSKp5dz/7pA/EjnFXJDQBR/EgZUa3vwbFlTZnUgSlw==
"@mozillareality/three-batch-manager@^0.1.8":
version "0.1.8"
resolved "https://registry.yarnpkg.com/@mozillareality/three-batch-manager/-/three-batch-manager-0.1.8.tgz#03af65322dbce1f2e51db0fb2137b56315b265ce"
integrity sha512-CvyJSEnokog9vkTwPqXkoN6k5vGkyXSKPC7BS1RYZEsWo5TupVmYmMPCY5YNLFNs2+5hL1SEkQ1ufHKCxpM/PQ==
"@mozillareality/three-batch-manager@^0.1.10":
version "0.1.10"
resolved "https://registry.yarnpkg.com/@mozillareality/three-batch-manager/-/three-batch-manager-0.1.10.tgz#240de03b54a65bd47961f05285972b5de087810d"
integrity sha512-+Te0UoWV+P5lkczxDi0aYoHiZZdu+dSHWJQqFKb7xKKOMEC6v9U+PQl3Hp8ut+LQh678hLjf/i80zqxaeo9OdA==
"@mozillareality/three-particle-emitter@^0.2.2":
version "0.2.2"