Skip to content

Commit

Permalink
Work in progress glTF support for BSTriShape geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
fo76utils committed Feb 8, 2025
1 parent 74f86a1 commit 91356d3
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 206 deletions.
6 changes: 1 addition & 5 deletions src/gl/glshape.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class Shape : public Node
friend class MorphController;
friend class UVController;
friend class Renderer;
friend class GltfStore;

public:
Shape( Scene * s, const QModelIndex & b );
Expand Down Expand Up @@ -183,11 +184,6 @@ class Shape : public Node
{
dataHash.attrMask = 0;
}

inline const QVector<BoneData> & getBoneData() const
{
return boneData;
}
};

#endif
Loading

0 comments on commit 91356d3

Please sign in to comment.