mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Add and plumb the usetex URL parameter to worldview. Required but not yet
functional
This commit is contained in:
@@ -560,7 +560,7 @@ namespace OpenSim.Region.CoreModules.World.LegacyMap
|
||||
return returnpt;
|
||||
}
|
||||
|
||||
public Bitmap CreateViewImage(Vector3 camPos, Vector3 camDir, float fov, int width, int height)
|
||||
public Bitmap CreateViewImage(Vector3 camPos, Vector3 camDir, float fov, int width, int height, bool useTextures)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user