Light-projection textures should now appear in deferred. Still need to port the UI in the edit panel, however.
This commit is contained in:
@@ -4576,7 +4576,11 @@ LLViewerObject::ExtraParameter* LLViewerObject::createNewParameterEntry(U16 para
|
||||
new_block = new LLSculptParams();
|
||||
break;
|
||||
}
|
||||
|
||||
case LLNetworkData::PARAMS_LIGHT_IMAGE:
|
||||
{
|
||||
new_block = new LLLightImageParams();
|
||||
break;
|
||||
}
|
||||
default:
|
||||
{
|
||||
llinfos << "Unknown param type." << llendl;
|
||||
|
||||
Reference in New Issue
Block a user