opengl.geometry.lit_colored_textured: Add TODO for shine.
This commit is contained in:
@@ -27,7 +27,7 @@ is
|
|||||||
Normal : Vector_3;
|
Normal : Vector_3;
|
||||||
Color : rgba_Color;
|
Color : rgba_Color;
|
||||||
Coords : Coordinate_2D;
|
Coords : Coordinate_2D;
|
||||||
Shine : Real;
|
Shine : Real; -- TODO: Use 'openGL.Shine' type.
|
||||||
end record;
|
end record;
|
||||||
|
|
||||||
type Vertex_array is array (Index_t range <>) of aliased Vertex;
|
type Vertex_array is array (Index_t range <>) of aliased Vertex;
|
||||||
|
|||||||
Reference in New Issue
Block a user