mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-07 03:07:01 +00:00
fixup debug removed in sol
This commit is contained in:
parent
4fb0f7b30d
commit
a0ab3335e5
7
sol.cpp
7
sol.cpp
@ -301,7 +301,7 @@ namespace solv {
|
||||
|
||||
int steps = 100;
|
||||
|
||||
hyperpoint units[3] = { point3(1,0,0), point3(0,1,0), point3(0,0,1) };
|
||||
// hyperpoint units[3] = { point3(1,0,0), point3(0,1,0), point3(0,0,1) };
|
||||
|
||||
/*
|
||||
println(hlog, "shift = ", kz(shift));
|
||||
@ -331,11 +331,6 @@ namespace solv {
|
||||
println(hlog, "space_to_view = ", kz(space_to_view));
|
||||
*/
|
||||
|
||||
for(int i=0; i<3; i++) for(int j=0; j<3; j++) {
|
||||
print(hlog, (view_to_space*units[i] | view_to_space*units[j]), " | ");
|
||||
}
|
||||
println(hlog);
|
||||
|
||||
// println(hlog, "view_to_space = ", view_to_space);
|
||||
|
||||
transmatrix npush = Id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user