mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:33:45 +02:00
make Model::scaleToFit() public not protected
This commit is contained in:
parent
4842da1388
commit
60fce3d4f7
1 changed files with 2 additions and 1 deletions
|
@ -262,6 +262,8 @@ public:
|
|||
|
||||
Q_INVOKABLE MeshProxyList getMeshes() const;
|
||||
|
||||
void scaleToFit();
|
||||
|
||||
public slots:
|
||||
void loadURLFinished(bool success);
|
||||
|
||||
|
@ -320,7 +322,6 @@ protected:
|
|||
virtual void initJointStates();
|
||||
|
||||
void setScaleInternal(const glm::vec3& scale);
|
||||
void scaleToFit();
|
||||
void snapToRegistrationPoint();
|
||||
|
||||
void computeMeshPartLocalBounds();
|
||||
|
|
Loading…
Reference in a new issue