[DiscordArchive] you cant see this in realtime?
[DiscordArchive] you cant see this in realtime?
Archived author: DioHun • Posted: 2025-10-10T19:35:45.376000+00:00
Original source
you cant see this in realtime?
Archived author: MaxtorCoder • Posted: 2025-10-10T19:36:48.434000+00:00
Original source
Would this be valid for other objects as well? Let me grab the coords real quick
Archived author: Tea • Posted: 2025-10-10T19:37:31.806000+00:00
Original source
idk, cba doing the calc
Archived author: Tea • Posted: 2025-10-10T19:37:33.392000+00:00
Original source
here, code
Archived author: Tea • Posted: 2025-10-10T19:37:39.862000+00:00
Original source
```
Position base{ 2710.0815f, 642.7639f, 49.70486f, 1.431173f };
Position door{ 2707.4924f, 649.4897f, 50.604862f, 1.431173f };
Position offset;
door.GetPositionOffsetTo(base, offset);
printf("%s\n", offset.ToString().c_str());
```
Archived author: Tea • Posted: 2025-10-10T19:37:44.537000+00:00
Original source
TC Position class
Archived author: MaxtorCoder • Posted: 2025-10-10T19:37:56.954000+00:00
Original source
Door (no quaternion rotation here)
```
[13] StationaryPosition: X: 2589.2385 Y: 601.13025 Z: 48.45559
[13] StationaryOrientation: 3.072324
```
Base
```
[171] StationaryPosition: X: 2595.7656 Y: 604.1858 Z: 47.555588
[171] StationaryOrientation: 5.462881
Quaternion: X: -0 Y: 0 Z: 0.39874882 W: -0.9170602
```
Archived author: MaxtorCoder • Posted: 2025-10-10T19:37:58.043000+00:00
Original source
Oh
Archived author: MaxtorCoder • Posted: 2025-10-10T19:38:07.252000+00:00
Original source
Let me check that
Archived author: MaxtorCoder • Posted: 2025-10-10T19:38:30.848000+00:00
Original source
I mean I don't know the position of the door at runtime, so that's gonna be something