mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-15 13:17:13 +00:00
3d::racing:: 3d racing (partial)
This commit is contained in:
@@ -1042,6 +1042,7 @@ void centerpc(ld aspd) {
|
||||
if(shmup::on && DIM == 3 && vid.sspeed > -5) {
|
||||
transmatrix at = ggmatrix(shmup::pc[0]->base) * shmup::pc[0]->at * cpush(2, -vid.yshift);
|
||||
View = inverse(at) * View;
|
||||
if(racing::on) racing::set_view();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user