opengl.model: Add a lit and textured circle model.

This commit is contained in:
Rod Kay
2023-11-23 23:09:12 +11:00
parent 715394a719
commit f12686d233
8 changed files with 338 additions and 24 deletions

View File

@@ -3,9 +3,8 @@ package openGL.Texture.Coordinates
-- Provides openGL texture co-ordinates.
--
is
------
--- 2D
---------------
--- 2D Textures
--
type Coords_2D_and_Centroid (coords_Count : Index_t) is
@@ -21,7 +20,7 @@ is
--- Generator
--- Generators
--
type coordinate_Generator is abstract tagged null record;
@@ -66,7 +65,4 @@ is
function to_Coordinates (Self : in mercator_Generator; the_Vertices : access Sites) return Coordinates_2D;
end openGL.Texture.Coordinates;