opengl.model: Correct descriptions of certain models.
This commit is contained in:
@@ -4,7 +4,7 @@ with
|
|||||||
|
|
||||||
package openGL.Model.capsule.textured
|
package openGL.Model.capsule.textured
|
||||||
--
|
--
|
||||||
-- Models a lit and textured capsule.
|
-- Models a textured capsule.
|
||||||
--
|
--
|
||||||
is
|
is
|
||||||
type Item is new Model.capsule.item with private;
|
type Item is new Model.capsule.item with private;
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ with
|
|||||||
|
|
||||||
package openGL.Model.hexagon.lit_textured
|
package openGL.Model.hexagon.lit_textured
|
||||||
--
|
--
|
||||||
-- Models a lit, colored and textured hexagon.
|
-- Models a lit and textured hexagon.
|
||||||
--
|
--
|
||||||
is
|
is
|
||||||
type Item is new Model.item with private;
|
type Item is new Model.item with private;
|
||||||
|
|||||||
Reference in New Issue
Block a user