GsLinkObject4

Links an object to TMD data

void GsLinkObject4 (
        u_long *tmd,
        GsDOBJ2 *obj_base,
        u_long n
)

Arguments

tmd Pointer to TMD data
obj_base Pointer to the linking object structure
n  Index of the object to be linked

Return Value

None.

Explanation

The object pointed to by obj_base is linked to the nth object in the TMD data pointed to by tmd. This allows TMD 3D objects to be handled using GsDOBJ2.

Notes

Objects linked by GsLinkObject4() can be registered in ordering table by GsSortObject4().

See Also

GsSortObject4(), GsDOBJ2