mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Make hfm::Deformer more closely resemble original model data. Leave weight-based blendshape packing to preparations step.
This commit is contained in:
parent
517bef63a9
commit
ac06234c3d
1 changed files with 2 additions and 2 deletions
|
@ -296,8 +296,8 @@ public:
|
|||
// Formerly contained in hfm::Mesh
|
||||
class Deformer {
|
||||
public:
|
||||
std::vector<uint16_t> indices;
|
||||
std::vector<uint16_t> weights;
|
||||
std::vector<uint32_t> indices;
|
||||
std::vector<float> weights;
|
||||
};
|
||||
|
||||
class DynamicTransform {
|
||||
|
|
Loading…
Reference in a new issue