mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-16 11:08:05 +00:00
exporting necessary stuff all over (in progress)
This commit is contained in:
@@ -10,10 +10,12 @@
|
||||
|
||||
namespace hr {
|
||||
|
||||
#if HDR
|
||||
static constexpr ld NEWSHAPE = (-13.5);
|
||||
#endif
|
||||
static constexpr ld WOLF = (-15.5);
|
||||
|
||||
extern long double polydata[];
|
||||
EX long double polydata[];
|
||||
|
||||
void geometry_information::hpcpush(hyperpoint h) {
|
||||
if(sphere) h = mid(h,h);
|
||||
@@ -292,7 +294,9 @@ template<class... T> ld grot(bool geometry, ld factor, T... t) {
|
||||
else return grot(t...);
|
||||
}
|
||||
|
||||
#if HDR
|
||||
#define SHADMUL (S3==4 ? 1.05 : 1.3)
|
||||
#endif
|
||||
|
||||
void geometry_information::make_sidewalls() {
|
||||
for(int i=0; i<=3; i++)
|
||||
|
||||
Reference in New Issue
Block a user