1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-15 01:29:44 +00:00

utilities to create geometry raytracers which use only HyperRogue's control scheme

This commit is contained in:
Zeno Rogue
2020-03-29 17:35:42 +02:00
parent 409f171ca7
commit 76e6dc2002
4 changed files with 27 additions and 8 deletions

View File

@@ -1185,6 +1185,7 @@ void geometry_information::configure_floorshapes() {
void geometry_information::prepare_shapes() {
require_basics();
if(cgflags & qRAYONLY) return;
#if MAXMDIM >= 4
if(GDIM == 3 && !floor_textures) make_floor_textures();
#endif