Method

CoglFramebuffertranslate

Declaration [src]

void
cogl_framebuffer_translate (
  CoglFramebuffer* framebuffer,
  float x,
  float y,
  float z
)

Description [src]

Multiplies the current model-view matrix by one that translates the model along all three axes according to the given values.

Parameters

x

Type: float

Distance to translate along the x-axis.

y

Type: float

Distance to translate along the y-axis.

z

Type: float

Distance to translate along the z-axis.