Commit ee9f8890 authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #6352 from fraserharris:patch-1

parents 8f6e1023 0634808b
......@@ -32,6 +32,7 @@ import common
from plane_tracker import PlaneTracker
from video import presets
# Simple model of a house - cube with a triangular prism "roof"
ar_verts = np.float32([[0, 0, 0], [0, 1, 0], [1, 1, 0], [1, 0, 0],
[0, 0, 1], [0, 1, 1], [1, 1, 1], [1, 0, 1],
[0, 0.5, 2], [1, 0.5, 2]])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment