Cogl.TextureVertex¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
color |
r/w |
The color to use at this vertex. This is ignored if use_color is |
|
tx |
r/w |
Texture x-coordinate |
|
ty |
r/w |
Texture y-coordinate |
|
x |
r/w |
Model x-coordinate |
|
y |
r/w |
Model y-coordinate |
|
z |
r/w |
Model z-coordinate |
Methods¶
None
Details¶
- class Cogl.TextureVertex¶
Used to specify vertex information when calling
Cogl.polygon
()