mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
ODEPlugin
* Added osSetPrimFloatOnWater(BOOL) to make Physical prim float at the water level. * osSetPrimFloatOnWater(TRUE); or osSetPrimFloatOnWater(FALSE); * By default, prim do not float at the water level. * More work is needed on the floating, but it's a start.
This commit is contained in:
@@ -648,6 +648,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
void osRegionNotice(string msg);
|
||||
bool osConsoleCommand(string Command);
|
||||
void osSetParcelMediaURL(string url);
|
||||
void osSetPrimFloatOnWater(int floatYN);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user