gel.world: Work on server and client worlds.

This commit is contained in:
Rod Kay
2024-10-16 19:36:46 +11:00
parent 3077f2a4cd
commit ad2f92b791
10 changed files with 48 additions and 21 deletions

View File

@@ -597,6 +597,14 @@ is
function sprite_Exists (Self : in out Item'Class; Id : in sprite_Id) return Boolean
is
begin
return Self.all_Sprites.fetch.Contains (Id);
end sprite_Exists;
procedure set_Scale (Self : in out Item; for_Sprite : in gel.Sprite.view;
To : in Vector_3)
is
@@ -830,7 +838,8 @@ is
-- Emit a new model event.
--
-- log ("gel.World.add ~ emit new physics model event");
log ("gel.World.add ~ emit new physics model event");
declare
the_Event : remote.World.new_physics_model_Event;
begin