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

@@ -31,6 +31,7 @@ is
type fadeable_Textures is array (texture_Id range 1 .. max_Textures) of fadeable_Texture;
type Item is
record
Textures : fadeable_Textures;