opengl.demo: Add texture_Details to the_textured_hexagon_Model.
This commit is contained in:
@@ -219,11 +219,7 @@ is
|
||||
|
||||
the_textured_hexagon_Model : constant Model.hexagon.lit_textured.view
|
||||
:= Model.hexagon.lit_textured.new_Hexagon (Radius => 0.5,
|
||||
Face => (Fades => [1 => 0.0, others => <>],
|
||||
Textures => [1 => the_Texture, others => <>],
|
||||
texture_Count => 1,
|
||||
texture_Applies => <>,
|
||||
Animation => null));
|
||||
texture_Details => texture_Set.to_Details ([1 => the_Texture]));
|
||||
|
||||
the_faceted_hexagon_column_Model : constant Model.hexagon_Column.lit_colored_faceted.view
|
||||
:= Model.hexagon_Column.lit_colored_faceted.new_hexagon_Column
|
||||
|
||||
Reference in New Issue
Block a user