add implementation for setMorphWeights
This commit is contained in:
@@ -48,6 +48,14 @@ void apply_weights(
|
||||
int count
|
||||
);
|
||||
|
||||
void set_morph_target_weights(
|
||||
void* assetManager,
|
||||
EntityId asset,
|
||||
const char *const entityName,
|
||||
const float *const morphData,
|
||||
int numWeights
|
||||
);
|
||||
|
||||
bool set_morph_animation(
|
||||
void* assetManager,
|
||||
EntityId asset,
|
||||
|
||||
Reference in New Issue
Block a user