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.

Stability:Unstable
Available since:1.10

Parameters

x float
 

Distance to translate along the x-axis.

y float
 

Distance to translate along the y-axis.

z float
 

Distance to translate along the z-axis.