fixed some render_model bugs, added opengl/glium sample that renders sample rendermodel

This commit is contained in:
Rene Eichhorn
2016-05-05 19:01:38 +02:00
parent a5598243bb
commit 95b15050e4
5 changed files with 830 additions and 8 deletions

View File

@ -14,3 +14,8 @@ path = "src/lib.rs"
[dependencies.openvr_sys]
path = "src/sys/"
[dev_dependencies]
glium = "0.14.0"
num = "0.1.31"
nalgebra = "0.6.0"