Added "LoadImageUrl" module , that is a dynamic texture render, that works with the DynamicTextureModule to allow loading of a image from a webserver and a texture of that image created.

This commit is contained in:
MW
2007-10-15 08:51:59 +00:00
parent 9de589bc37
commit c2462bc8bb
3 changed files with 132 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ namespace OpenSim.Region.Environment
}
}
private void InitializeModule(IRegionModule module, Scene scene)
public void InitializeModule(IRegionModule module, Scene scene)
{
module.Initialise(scene);
scene.AddModule(module.Name, module);