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

This commit is contained in:
Rod Kay
2023-11-14 19:50:14 +11:00
parent a4a75d528e
commit eadf53f890
6 changed files with 267 additions and 4 deletions

View File

@@ -5,4 +5,10 @@ package openGL.Model.polygon
is
type Item is abstract new Model.item with null record;
private
Normal : constant Vector_3 := [0.0, 0.0, 1.0];
end openGL.Model.polygon;