diff options
Diffstat (limited to 'src/lib/evas/canvas/evas_canvas3d_material.eo')
-rw-r--r-- | src/lib/evas/canvas/evas_canvas3d_material.eo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/evas/canvas/evas_canvas3d_material.eo b/src/lib/evas/canvas/evas_canvas3d_material.eo index 831d16e..a2f5808 100644 --- a/src/lib/evas/canvas/evas_canvas3d_material.eo +++ b/src/lib/evas/canvas/evas_canvas3d_material.eo | |||
@@ -32,7 +32,7 @@ class Evas.Canvas3D.Material (Evas.Canvas3D.Object, Evas.Common_Interface) | |||
32 | color_get @const { | 32 | color_get @const { |
33 | [[Get the material attribute color of the given material. | 33 | [[Get the material attribute color of the given material. |
34 | 34 | ||
35 | See also @evas_canvas3d_material_color_set. | 35 | See also @.color_set. |
36 | ]] | 36 | ]] |
37 | params { | 37 | params { |
38 | @in attrib: Evas.Canvas3D.Material_Attrib; [[Material attribute ID.]] | 38 | @in attrib: Evas.Canvas3D.Material_Attrib; [[Material attribute ID.]] |
@@ -58,7 +58,7 @@ class Evas.Canvas3D.Material (Evas.Canvas3D.Object, Evas.Common_Interface) | |||
58 | get { | 58 | get { |
59 | [[Get the material attribute enable flag of the given material. | 59 | [[Get the material attribute enable flag of the given material. |
60 | 60 | ||
61 | See also @evas_canvas3d_material_enable_set. | 61 | See also @.enable.set. |
62 | ]] | 62 | ]] |
63 | } | 63 | } |
64 | keys { | 64 | keys { |
@@ -78,13 +78,13 @@ class Evas.Canvas3D.Material (Evas.Canvas3D.Object, Evas.Common_Interface) | |||
78 | 78 | ||
79 | Default shininess value is 150.0. | 79 | Default shininess value is 150.0. |
80 | 80 | ||
81 | See also @evas_canvas3d_material_enable_set. | 81 | See also @.enable.set. |
82 | ]] | 82 | ]] |
83 | } | 83 | } |
84 | get { | 84 | get { |
85 | [[Get the shininess of the given material. | 85 | [[Get the shininess of the given material. |
86 | 86 | ||
87 | See also @evas_canvas3d_material_shininess_set. | 87 | See also @.shininess.set. |
88 | ]] | 88 | ]] |
89 | } | 89 | } |
90 | values { | 90 | values { |
@@ -98,13 +98,13 @@ class Evas.Canvas3D.Material (Evas.Canvas3D.Object, Evas.Common_Interface) | |||
98 | 98 | ||
99 | You have to enable the desired attribute first. | 99 | You have to enable the desired attribute first. |
100 | 100 | ||
101 | See also @evas_canvas3d_material_enable_set. | 101 | See also @.enable.set. |
102 | ]] | 102 | ]] |
103 | } | 103 | } |
104 | get { | 104 | get { |
105 | [[Get the texture of the given material. | 105 | [[Get the texture of the given material. |
106 | 106 | ||
107 | See also @evas_canvas3d_material_texture_set. | 107 | See also @.texture.set. |
108 | ]] | 108 | ]] |
109 | } | 109 | } |
110 | 110 | ||