mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 00:04:58 +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;
|
Q_INVOKABLE MeshProxyList getMeshes() const;
|
||||||
|
|
||||||
|
void scaleToFit();
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void loadURLFinished(bool success);
|
void loadURLFinished(bool success);
|
||||||
|
|
||||||
|
@ -320,7 +322,6 @@ protected:
|
||||||
virtual void initJointStates();
|
virtual void initJointStates();
|
||||||
|
|
||||||
void setScaleInternal(const glm::vec3& scale);
|
void setScaleInternal(const glm::vec3& scale);
|
||||||
void scaleToFit();
|
|
||||||
void snapToRegistrationPoint();
|
void snapToRegistrationPoint();
|
||||||
|
|
||||||
void computeMeshPartLocalBounds();
|
void computeMeshPartLocalBounds();
|
||||||
|
|
Loading…
Reference in a new issue