projects
/
libs
/
vr.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Render eye view with off-center projection to better match visible area
[libs/vr.git]
/
Build
1
package "mspvr"
2
{
3
description "OpenGL-based virtual reality library";
4
version "0.1";
5
6
require "mspgl";
7
require "libovr";
8
9
build_info
10
{
11
warning_level 1;
12
};
13
14
library "mspvr"
15
{
16
source "source";
17
install true;
18
install_map
19
{
20
map "source" "include/msp/vr";
21
};
22
};
23
};