Add the view generating method to the image generator interface

This commit is contained in:
Melanie
2010-10-05 23:49:21 +01:00
parent b424af6187
commit 5d61323192
2 changed files with 7 additions and 0 deletions

View File

@@ -545,5 +545,10 @@ namespace OpenSim.Region.CoreModules.World.LegacyMap
return returnpt;
}
public Bitmap CreateViewImage(Vector3 camPos, Vector3 camDir, float fov, int width, int height)
{
return null;
}
}
}