Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Suggestion / Idea  ECS Physics/Graphics Support
#17
(08-05-2026, 09:17 AM)Jawsarn Wrote: Maybe there's a bit of miscommunication here. The setup is Entity { ECS CharacterController/kinematic rigidbody } -> GameObject {ObiSolver}. I'm not using GO Rigidbody.

I was using "rigidbody" to refer to the gameObject the solver is attached/parented to, that is in turn moved by an interpolated ECS rigidbody. I'm not an ECS expert, so it may be different from what I'm used to - but I'm assuming interpolation in ECS works the same way it does for GO rigidbodies. The important thing is that the solver's position is interpolated from the results of a simulation run by a different engine.

(08-05-2026, 09:17 AM)Jawsarn Wrote: In "sync" is also vaguely true, only that they have same deltatime, ECS Client does some clamps so we're within 5% of tick rate etc, apart from other possible rounding errors.

Yes, we're discussing high-level ideas. The devil is usually in the details, that's why I asked for a project that I can get my hands on to debug.

(08-05-2026, 09:17 AM)Jawsarn Wrote: I'll give the manual update a go in upcomming week.

Sure, let me know how it goes.

kind regards
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