We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93a946 commit 82f5733Copy full SHA for 82f5733
aframe/examples/white-region-marker.html
@@ -7,7 +7,7 @@
7
White region marker (markers with white borders) example, use <a href="assets/white_000.png">this inverted marker.</a>
8
</div>
9
<a-scene embedded
10
- arjs='sourceType: webcam; detectionMode: mono_and_matrix; matrixCodeType: 3x3; labelingMode: white_region;'>
+ arjs='sourceType: webcam; detectionMode: mono_and_matrix; matrixCodeType: 3x3; labelingMode: white_region;' renderer='precision: mediump;'>
11
12
<a-marker type='barcode' value='0'>
13
<a-sphere position="0 0.5 0" radius="1" color="red" />
0 commit comments