Cosmetics.
This commit is contained in:
@@ -164,7 +164,7 @@ is
|
|||||||
else
|
else
|
||||||
the_graphics_Model := openGL.Model.circle.lit_textured.new_Circle (Radius,
|
the_graphics_Model := openGL.Model.circle.lit_textured.new_Circle (Radius,
|
||||||
Face => (Fades => [1 => 0.0, others => <>],
|
Face => (Fades => [1 => 0.0, others => <>],
|
||||||
texture_Applies => [1 => True, others => <>],
|
texture_Applies => [1 => True, others => <>],
|
||||||
Textures => [1 => Texture, others => <>],
|
Textures => [1 => Texture, others => <>],
|
||||||
texture_Count => 1,
|
texture_Count => 1,
|
||||||
Animation => null)).all'Access;
|
Animation => null)).all'Access;
|
||||||
|
|||||||
@@ -564,7 +564,7 @@ is
|
|||||||
Self.graphics_Models,
|
Self.graphics_Models,
|
||||||
Self. physics_Models,
|
Self. physics_Models,
|
||||||
gel.World.view (Self));
|
gel.World.view (Self));
|
||||||
log ("*** gel.world.client.is_a_Mirror.add sprite ~ " & the_Sprite.Name'Image);
|
-- log ("*** gel.world.client.is_a_Mirror.add sprite ~ " & the_Sprite.Name'Image);
|
||||||
Self.add (the_Sprite);
|
Self.add (the_Sprite);
|
||||||
end loop;
|
end loop;
|
||||||
end;
|
end;
|
||||||
|
|||||||
@@ -810,7 +810,7 @@ is
|
|||||||
-- Emit a new model event.
|
-- Emit a new model event.
|
||||||
--
|
--
|
||||||
|
|
||||||
log ("gel.World.add ~ emit new graphics model event");
|
-- log ("gel.World.add ~ emit new graphics model event");
|
||||||
|
|
||||||
declare
|
declare
|
||||||
the_Event : remote.World.new_graphics_model_Event;
|
the_Event : remote.World.new_graphics_model_Event;
|
||||||
@@ -838,7 +838,7 @@ is
|
|||||||
|
|
||||||
-- Emit a new model event.
|
-- Emit a new model event.
|
||||||
--
|
--
|
||||||
log ("gel.World.add ~ emit new physics model event");
|
-- log ("gel.World.add ~ emit new physics model event");
|
||||||
|
|
||||||
declare
|
declare
|
||||||
the_Event : remote.World.new_physics_model_Event;
|
the_Event : remote.World.new_physics_model_Event;
|
||||||
|
|||||||
Reference in New Issue
Block a user