Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8, 6.9
-
None
-
Meta Quest 3
Description
Node {
id: outrunIVI
property real width: 80
property real height: 50
eulerRotation.x: -21
y: 88.7
z: -53.2
XrItem {
id: screen
width: outrunIVI.width
height: outrunIVI.height
contentItem: OutrunIVI {}
}
}
leads to 2 FPS
where as
Model {
id: screenmodel
scale.x: 1.92 * .135
scale.y: 1.08 * .135
scale.z: 0.5 * .13
eulerRotation.x: -21
y: 88.7
z: -53.2
source: "#Rectangle"
pickable: true
DefaultMaterial {
id: iviMaterial
diffuseMap: Texture {
sourceItem: OutrunIVI
}
}
materials: [iviMaterial]
}
works