opengl.model.sphere.lit_colored_textured: Update texturing.

This commit is contained in:
Rod Kay
2023-10-21 13:41:32 +11:00
parent 94f6fb3a3c
commit 833584970a
4 changed files with 78 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ private
type Item is new Model.sphere.item with
record
Image : asset_Name := null_Asset;
Image : asset_Name := null_Asset; -- Usually a mercator projection to be mapped onto the sphere.
end record;
end openGL.Model.sphere.lit_textured;