mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-17 11:30:09 +00:00
scale_at is 1 in sol
This commit is contained in:
parent
1528d63d29
commit
1801fbd048
@ -550,6 +550,7 @@ void dqi_poly::gldraw() {
|
|||||||
|
|
||||||
ld scale_at(const transmatrix& T) {
|
ld scale_at(const transmatrix& T) {
|
||||||
if(DIM == 3 && pmodel == mdPerspective) return 1 / abs((tC0(T))[2]);
|
if(DIM == 3 && pmodel == mdPerspective) return 1 / abs((tC0(T))[2]);
|
||||||
|
if(sol) return 1;
|
||||||
using namespace hyperpoint_vec;
|
using namespace hyperpoint_vec;
|
||||||
hyperpoint h1, h2, h3;
|
hyperpoint h1, h2, h3;
|
||||||
applymodel(tC0(T), h1);
|
applymodel(tC0(T), h1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user