Classes | |
struct | spMeshAttachment |
Functions | |
spMeshAttachment * | (const char *name) |
void | (spMeshAttachment *self) |
void | (spMeshAttachment *self, spSlot *slot, float *worldVertices) |
var | ( var self, var slot, var worldVertices) |
local | ( local self, local slot, local worldVertices) |
spMeshAttachment* spMeshAttachment_create |
( | const char * | name | ) |
var spMeshAttachment_create | ( | var | name | ) |
local spMeshAttachment_create | ( | local | name | ) |
void spMeshAttachment_updateUVs | ( | spMeshAttachment * | self | ) |
var spMeshAttachment_updateUVs | ( | var | self | ) |
local spMeshAttachment_updateUVs | ( | local | self | ) |
void spMeshAttachment_computeWorldVertices |
( | spMeshAttachment * | self, |
spSlot * | slot, | ||
float * | worldVertices | ||
) |
var spMeshAttachment_computeWorldVertices |
( | var | self, |
var | slot, | ||
var | worldVertices | ||
) |
local spMeshAttachment_computeWorldVertices |
( | local | self, |
local | slot, | ||
local | worldVertices | ||
) |