TOC PREV NEXT INDEX

GDmap_get_matrix

Synopsis

Gets the full matrix associated with the object.

void GDmap_get_matrix(GDview *view,

GDcamera *camera,

GDobject *object,

float *xform,

int flag)

Description

GDmap_get_matrix gets the full matrics associated with tan object. This includes the camera matrix and all the object matricies including the matrix, depending on the flag.

Parameters

view

Access the Graphics Display Kit View

GDcamera

Defines a camera

GDobject

Defines an instanceble version of object.

xform

The transform.

flag

If flag is set to 1 it will inclde the object's matrix.

TOC PREV NEXT INDEX