Cogl.TextureVertex

Fields

Name

Type

Access

Description

color

Cogl.Color

r/w

The color to use at this vertex. This is ignored if use_color is False when calling Cogl.polygon()

tx

float

r/w

Texture x-coordinate

ty

float

r/w

Texture y-coordinate

x

float

r/w

Model x-coordinate

y

float

r/w

Model y-coordinate

z

float

r/w

Model z-coordinate

Methods

None

Details

class Cogl.TextureVertex

Used to specify vertex information when calling Cogl.polygon()