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

@@ -78,7 +78,7 @@ begin
the_Visuals (i) := new_Visual (the_Models (i));
end loop;
the_Visuals (3).Site_is ([0.0, 0.0, -50.0]);
the_Visuals (4).Site_is ([0.0, 0.0, -50.0]);
-- Main loop.