mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(model): stub CM2Model::DetachFromParent
This commit is contained in:
parent
9b7b9a4b1e
commit
03d772518b
@ -599,6 +599,10 @@ void CM2Model::CancelDeferredSequences(uint32_t boneIndex, bool a3) {
|
|||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void CM2Model::DetachFromParent() {
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
|
|
||||||
void CM2Model::DetachFromScene() {
|
void CM2Model::DetachFromScene() {
|
||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|||||||
@ -144,6 +144,7 @@ class CM2Model {
|
|||||||
void AttachToParent(CM2Model* parent, uint32_t id, const C3Vector* position, int32_t a5);
|
void AttachToParent(CM2Model* parent, uint32_t id, const C3Vector* position, int32_t a5);
|
||||||
void AttachToScene(CM2Scene* scene);
|
void AttachToScene(CM2Scene* scene);
|
||||||
void CancelDeferredSequences(uint32_t boneIndex, bool a3);
|
void CancelDeferredSequences(uint32_t boneIndex, bool a3);
|
||||||
|
void DetachFromParent();
|
||||||
void DetachFromScene();
|
void DetachFromScene();
|
||||||
void FindKey(M2ModelBoneSeq* sequence, const M2TrackBase& track, uint32_t& currentKey, uint32_t& nextKey, float& ratio);
|
void FindKey(M2ModelBoneSeq* sequence, const M2TrackBase& track, uint32_t& currentKey, uint32_t& nextKey, float& ratio);
|
||||||
CAaBox& GetBoundingBox(CAaBox& bounds);
|
CAaBox& GetBoundingBox(CAaBox& bounds);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user