fix(physics): traverse prepared indoor portal topology
This commit is contained in:
parent
b12d94047c
commit
4d095be286
9 changed files with 400 additions and 5 deletions
|
|
@ -32,6 +32,13 @@ public sealed class FlatCollisionInstalledDatTests
|
|||
0x8A02_016Eu, // Facility Hub corridor
|
||||
0x8A02_017Au, // asymmetric adjoining corridor
|
||||
0xA9B4_013Fu, // Holtburg cottage
|
||||
0xA9B4_0150u, // Holtburg cottage exterior vestibule
|
||||
0xA9B4_0159u, // Holtburg inn south room
|
||||
0xA9B4_015Au, // Holtburg inn ground-floor connector
|
||||
0xA9B4_0161u, // Holtburg inn upper-floor connector
|
||||
0xA9B4_0162u, // Holtburg inn main room / stairwell
|
||||
0xA9B4_0164u, // Holtburg inn exterior vestibule
|
||||
0xA9B4_0166u, // Holtburg inn upper floor
|
||||
})
|
||||
{
|
||||
var cache = new PhysicsDataCache();
|
||||
|
|
@ -118,6 +125,7 @@ public sealed class FlatCollisionInstalledDatTests
|
|||
foreach (uint gfxObjId in new[]
|
||||
{
|
||||
0x0100_0A2Bu, // Holtburg cottage shell
|
||||
0x0100_0C17u, // Holtburg inn shell
|
||||
0x0100_0AC5u, // outdoor stair/ramp fixture
|
||||
0x0100_44B5u, // multipart door shell
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue