• MJBrune@beehaw.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    Portal 2 even had sloped portal surfaces. Technically it’s not a or b but b is the closest.

    • Eufalconimorph@discuss.tchncs.de
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      But the orange portal is moving. The game code works more like A (it bugs out and the object bounces off the portal surface, but it uses a world-fixed coordinate frame that would match A for behavior). A (Newtonian) relativistic coordinate system would match B. For everything with non-moving portals A & B are equivalent.

      • Natanael@slrpnk.net
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        1 year ago

        Yeah, most game engines like Portal’s uses absolute speed relative to the coordinate system (which doesn’t change when the coordinate values change), in addition Portal technically doesn’t actually implement “wormhole type” portals and instead superimpose a clone of the polygons near both portals behind the other (to preserve expected object collision behavior around the portal) plus doing tricks with virtual cameras, so if you fixed the bugs with moving portals then it would be A.

        But if you implemented proper relativistic physics with proper wormhole type portals you’d get B.