mirror of
https://github.com/overte-org/overte.git
synced 2025-04-10 08:56:57 +02:00
Merge pull request #16203 from sabrina-shanman/instancing_shape
Make hfm::Deformer more closely resemble original model data
This commit is contained in:
commit
468d9f093d
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