Changes between Initial Version and Version 1 of Ticket #14808, comment 4


Ignore:
Timestamp:
Jan 6, 2024, 12:39:13 PM (4 months ago)
Author:
mgerhardy

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14808, comment 4

    initial v1  
    11Attached a video - it looks like the last position of the actor is not correct anymore and we are trying to lerp some random position against the last position before entering the holomap. If the random position is outside of the map, the actor might completely disappear and you would have to re-enter the scene to let it appear again.
     2
     3---
     4
     5# pre holomap actor 2
     6
     7oldPos: 25749, 256, 27219!
     8pos: 25744, 256, 27190!
     9processActor: 25744, 256, 27190!
     10
     11# holomap was active actor 2
     12
     13oldPos: 25744, 256, 27190!
     14pos: 25744, 256, 27190!
     15processActor: 25744, 256, 27190!
     16
     17## after doAnim() for actor 2
     18
     19after: oldPos: 25744, 256, 27190!
     20after: pos: 25968, 256, 28636!
     21after: processActor: 25968, 256, 28636!