Immersive Portals

Immersive Portals

5M Downloads

I can’t set the portal rotation on two axes at the same time

ImSpaceLover opened this issue · 9 comments

commented

For example: I need to make a horizontal portal that teleport you to a vertical surface. (like at the first pic)
2020-05-09_15 58 56

But I built my house (or something else) contrariwise and I need to see the view from first pic from the other side
2020-05-09_15 59 05

commented

contrariwise

LOL

I think any rotation is possible with set_portal_rotation. Just try stuff until you get what you want? might need to type some square roots and things into google

commented

If the reverse portal is generated by complete_bi_way_portal, it will use the inverse rotation to make space "connect". If not the teleportation will not be seamless

commented

have you tried actually rotating the portal body around the Y axis? As in, rotate portal body, not set rotation

commented

have you tried actually rotating the portal body around the Y axis? As in, rotate portal body, not set rotation

It do nothing

commented

whoops, forgot rotating the portal body doesn't actually rotate anything else xD
uhh... maybe I could add a new command add_portal_rotation

commented

Okay, I'll wait

commented

Oh, okay

commented

this is a valid issue

commented

So, I think rotate_portal_rotation can help me now