mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
make Model::scaleToFit() public not protected
This commit is contained in:
parent
82816b5551
commit
db9c3cc103
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