Exposed light projection textures in object edit panel.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user