mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-14 12:47:10 +00:00
initial implementation of VR
This commit is contained in:
@@ -76,6 +76,9 @@ bool need_many_cell_types() {
|
||||
|
||||
/** is the raycaster available? */
|
||||
EX bool available() {
|
||||
#if CAP_VR
|
||||
if(vrhr::state) return false; /* not implemented */
|
||||
#endif
|
||||
if(noGUI) return false;
|
||||
if(!vid.usingGL) return false;
|
||||
if(GDIM == 2) return false;
|
||||
|
||||
Reference in New Issue
Block a user