added support for render models subsystem

This commit is contained in:
Rene Eichhorn
2016-05-04 18:57:01 +02:00
parent ff9743f9cf
commit a5598243bb
7 changed files with 268 additions and 88 deletions

3
examples/opengl.rs Normal file
View File

@ -0,0 +1,3 @@
pub fn main() {
// init vr system
}