diff options
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rw-r--r-- | indra/newview/llfloatermodelpreview.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h index 7b344ef2b2..bee64fb501 100644 --- a/indra/newview/llfloatermodelpreview.h +++ b/indra/newview/llfloatermodelpreview.h @@ -102,6 +102,8 @@ public: void loadModel(S32 lod); void loadModel(S32 lod, const std::string& file_name, bool force_disable_slm = false); + + void loadHighLodModel(); void onViewOptionChecked(LLUICtrl* ctrl); void onUploadOptionChecked(LLUICtrl* ctrl); @@ -174,6 +176,8 @@ protected: void setStatusMessage(const std::string& msg); void addStringToLogTab(const std::string& str, bool flash); + void setCtrlLoadFromFile(S32 lod); + LLModelPreview* mModelPreview; LLPhysicsDecomp::decomp_params mDecompParams; |