Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Suggestion / Idea  ECS Physics/Graphics Support
#22
(17-05-2026, 12:02 PM)Jawsarn Wrote: Are you sure we should not use prevFrame here instead when we get wPos? It feels weird to express the point in the current frame, but then use previous frame center to get the vector.

Code:
float4 wsPos = inertialFrame.frame.TransformPoint(positions[i]);

Thanks

Yes, but that's the correct approach afaik.
Reply


Messages In This Thread
ECS Physics/Graphics Support - by Jawsarn - 23-04-2026, 09:29 PM
RE: ECS Physics/Graphics Support - by josemendez - 24-04-2026, 08:39 AM
RE: ECS Physics/Graphics Support - by Jawsarn - 25-04-2026, 10:49 PM
RE: ECS Physics/Graphics Support - by josemendez - 27-04-2026, 09:00 AM
RE: ECS Physics/Graphics Support - by Jawsarn - 27-04-2026, 09:45 PM
RE: ECS Physics/Graphics Support - by Jawsarn - 07-05-2026, 09:49 AM
RE: ECS Physics/Graphics Support - by josemendez - 07-05-2026, 10:34 AM
RE: ECS Physics/Graphics Support - by Jawsarn - 07-05-2026, 02:29 PM
RE: ECS Physics/Graphics Support - by josemendez - 07-05-2026, 03:22 PM
RE: ECS Physics/Graphics Support - by Jawsarn - 07-05-2026, 05:42 PM
RE: ECS Physics/Graphics Support - by josemendez - 07-05-2026, 06:36 PM
RE: ECS Physics/Graphics Support - by Jawsarn - 07-05-2026, 07:29 PM
RE: ECS Physics/Graphics Support - by josemendez - 08-05-2026, 08:50 AM
RE: ECS Physics/Graphics Support - by Jawsarn - 08-05-2026, 08:54 AM
RE: ECS Physics/Graphics Support - by josemendez - 08-05-2026, 09:02 AM
RE: ECS Physics/Graphics Support - by Jawsarn - 08-05-2026, 09:17 AM
RE: ECS Physics/Graphics Support - by josemendez - 08-05-2026, 11:21 AM
RE: ECS Physics/Graphics Support - by Jawsarn - 15-05-2026, 04:16 PM
RE: ECS Physics/Graphics Support - by Jawsarn - 16-05-2026, 07:46 PM
RE: ECS Physics/Graphics Support - by josemendez - 17-05-2026, 09:21 AM
RE: ECS Physics/Graphics Support - by Jawsarn - 17-05-2026, 12:02 PM
RE: ECS Physics/Graphics Support - by josemendez - 20-05-2026, 02:00 PM
RE: ECS Physics/Graphics Support - by Jawsarn - 18-08-2026, 10:13 AM
RE: ECS Physics/Graphics Support - by josemendez - 22-08-2026, 10:26 AM