Skip to content
Snippets Groups Projects
Commit 88ecf46e authored by Dalai Felinto's avatar Dalai Felinto
Browse files

Expand tests to get image dimensions

parent 1f6721a5
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,11 @@ def test_oculus():
return
hmd = HMD()
# get FBO dimensions
print("Dimensions: (l) {0} x {1} : (r) {2} {3}".format(hmd.width_left, hmd.height_left, hmd.width_right, hmd.height_right))
# cleanup
del hmd
test_simple()
......
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