openGL.Model.circle.lit_textured: Expose 'Face' attribute.

This commit is contained in:
Rod Kay
2025-04-25 15:53:03 +10:00
parent cfc91c0576
commit 710fae02e7
2 changed files with 14 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ is
--
function new_circle (Radius : in Real;
Face : in lit_textured.Face;
Face : in lit_textured.Face_t;
Sides : in Positive := 24) return View
is
Self : constant View := new Item;
@@ -29,6 +29,13 @@ is
--- Attributes ---
------------------
function Face (Self : in Item) return Face_t
is
begin
return Self.Face;
end Face;
------------
-- Texturing