Skip to content

Commit 82f5733

Browse files
committed
add precision mediump to renderer
1 parent e93a946 commit 82f5733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aframe/examples/white-region-marker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
White region marker (markers with white borders) example, use <a href="assets/white_000.png">this inverted marker.</a>
88
</div>
99
<a-scene embedded
10-
arjs='sourceType: webcam; detectionMode: mono_and_matrix; matrixCodeType: 3x3; labelingMode: white_region;'>
10+
arjs='sourceType: webcam; detectionMode: mono_and_matrix; matrixCodeType: 3x3; labelingMode: white_region;' renderer='precision: mediump;'>
1111

1212
<a-marker type='barcode' value='0'>
1313
<a-sphere position="0 0.5 0" radius="1" color="red" />

0 commit comments

Comments
 (0)