Work on texturing and animation.
This commit is contained in:
@@ -19,15 +19,28 @@ is
|
||||
|
||||
type Face is
|
||||
record
|
||||
Fades : texture_Set.fade_Levels (texture_Set.texture_Id) := [others => 0.0];
|
||||
Textures : openGL.asset_Names (1 .. Positive (texture_Set.texture_Id'Last)) := [others => null_Asset]; -- The textures to be applied to the hex.
|
||||
texture_Count : Natural := 0;
|
||||
texture_Tiling : openGL.Real := 1.0; -- The number of times the texture should be wrapped.
|
||||
texture_Applies : texture_Set.texture_Apply_array := [others => True];
|
||||
Animation : texture_Set.Animation_view;
|
||||
texture_Details : texture_Set.Details;
|
||||
-- Fades : texture_Set.fade_Levels (texture_Set.texture_Id) := [others => 0.0];
|
||||
-- Textures : openGL.asset_Names (1 .. Positive (texture_Set.texture_Id'Last)) := [others => null_Asset]; -- The textures to be applied to the hex.
|
||||
-- texture_Count : Natural := 0;
|
||||
-- texture_Tiling : openGL.Real := 1.0; -- The number of times the texture should be wrapped.
|
||||
-- texture_Applies : texture_Set.texture_Apply_array := [others => True];
|
||||
-- Animation : texture_Set.Animation_view;
|
||||
end record;
|
||||
|
||||
|
||||
|
||||
-- type Face is
|
||||
-- record
|
||||
-- Fades : texture_Set.fade_Levels (texture_Set.texture_Id) := [others => 0.0];
|
||||
-- Textures : openGL.asset_Names (1 .. Positive (texture_Set.texture_Id'Last)) := [others => null_Asset]; -- The textures to be applied to the hex.
|
||||
-- texture_Count : Natural := 0;
|
||||
-- texture_Applies : texture_Set.texture_Apply_array := [others => True];
|
||||
-- Animation : texture_Set.Animation_view;
|
||||
-- end record;
|
||||
|
||||
|
||||
|
||||
---------
|
||||
--- Forge
|
||||
--
|
||||
@@ -81,7 +94,7 @@ private
|
||||
vertex_Sites : Vector_2_array (1 .. 8);
|
||||
vertex_Count : Positive;
|
||||
|
||||
Face : lit_textured.Face;
|
||||
Face : lit_textured.Face;
|
||||
end record;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user