bugfix: model should be available
This commit is contained in:
parent
9a451a3625
commit
f4367e6574
4 changed files with 4 additions and 4 deletions
2
dist/xrfragment.aframe.js
vendored
2
dist/xrfragment.aframe.js
vendored
|
|
@ -1186,7 +1186,7 @@ xrf.frag.pos = function(v, opts){
|
|||
}
|
||||
}
|
||||
const updatePredefinedView = (opts) => {
|
||||
let {frag,scene} = opts
|
||||
let {frag,scene,model} = opts
|
||||
|
||||
// spec: https://xrfragment.org/#Selection%20of%20interest
|
||||
const selectionOfInterest = (frag,scene,mesh) => {
|
||||
|
|
|
|||
2
dist/xrfragment.three.js
vendored
2
dist/xrfragment.three.js
vendored
|
|
@ -1186,7 +1186,7 @@ xrf.frag.pos = function(v, opts){
|
|||
}
|
||||
}
|
||||
const updatePredefinedView = (opts) => {
|
||||
let {frag,scene} = opts
|
||||
let {frag,scene,model} = opts
|
||||
|
||||
// spec: https://xrfragment.org/#Selection%20of%20interest
|
||||
const selectionOfInterest = (frag,scene,mesh) => {
|
||||
|
|
|
|||
2
dist/xrfragment.three.module.js
vendored
2
dist/xrfragment.three.module.js
vendored
|
|
@ -1186,7 +1186,7 @@ xrf.frag.pos = function(v, opts){
|
|||
}
|
||||
}
|
||||
const updatePredefinedView = (opts) => {
|
||||
let {frag,scene} = opts
|
||||
let {frag,scene,model} = opts
|
||||
|
||||
// spec: https://xrfragment.org/#Selection%20of%20interest
|
||||
const selectionOfInterest = (frag,scene,mesh) => {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
const updatePredefinedView = (opts) => {
|
||||
let {frag,scene} = opts
|
||||
let {frag,scene,model} = opts
|
||||
|
||||
// spec: https://xrfragment.org/#Selection%20of%20interest
|
||||
const selectionOfInterest = (frag,scene,mesh) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue