mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
product:: debug removed from wall generation
This commit is contained in:
parent
a25bf14cff
commit
3528d8efa3
@ -654,7 +654,6 @@ EX namespace product {
|
|||||||
|
|
||||||
EX hyperpoint get_corner(cell *c, int i, ld z) {
|
EX hyperpoint get_corner(cell *c, int i, ld z) {
|
||||||
ld lev = cgi.plevel * z / 2;
|
ld lev = cgi.plevel * z / 2;
|
||||||
println(hlog, "getcorner ", i, " @ ", lev);
|
|
||||||
dynamicval<eGeometry> g(geometry, underlying);
|
dynamicval<eGeometry> g(geometry, underlying);
|
||||||
dynamicval<geometry_information*> gc(cgip, underlying_cgip);
|
dynamicval<geometry_information*> gc(cgip, underlying_cgip);
|
||||||
return mscale(get_corner_position(c, i), exp(lev));
|
return mscale(get_corner_position(c, i), exp(lev));
|
||||||
@ -667,7 +666,6 @@ EX namespace product {
|
|||||||
if(wo == -1) {
|
if(wo == -1) {
|
||||||
cell *c1 = get_where(c).first;
|
cell *c1 = get_where(c).first;
|
||||||
wo = isize(cgi.shWall3D);
|
wo = isize(cgi.shWall3D);
|
||||||
println(hlog, "generating a model for ", c->type-2, "+2", " while plevel is ", cgi.plevel);
|
|
||||||
int won = wo + c->type;
|
int won = wo + c->type;
|
||||||
cgi.shWall3D.resize(won);
|
cgi.shWall3D.resize(won);
|
||||||
cgi.shPlainWall3D.resize(won);
|
cgi.shPlainWall3D.resize(won);
|
||||||
|
Loading…
Reference in New Issue
Block a user