Exposed light projection textures in object edit panel.

This commit is contained in:
Shyotl
2011-06-04 15:09:37 -05:00
parent fef7ce9f76
commit 278cfbdb67
3 changed files with 183 additions and 11 deletions

View File

@@ -74,6 +74,8 @@ public:
static void onLightCancelColor(LLUICtrl* ctrl, void* userdata);
static void onLightSelectColor(LLUICtrl* ctrl, void* userdata);
static void onLightCancelTexture(LLUICtrl* ctrl, void* userdata);
static void onLightSelectTexture(LLUICtrl* ctrl, void* userdata);
protected:
void getState();
@@ -99,6 +101,7 @@ protected:
*/
LLColor4 mLightSavedColor;
LLUUID mLightSavedTexture;
LLPointer<LLViewerObject> mObject;
LLPointer<LLViewerObject> mRootObject;
};