diff options
author | UbitUmarov | 2012-03-15 02:24:13 +0000 |
---|---|---|
committer | UbitUmarov | 2012-03-15 02:24:13 +0000 |
commit | 84ca09f7c5cec051014181853083e52691bb7e07 (patch) | |
tree | d7c2730dd58c96599b84789b017d78542aba4875 /OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server | |
parent | bug fixs, added a default physics shape estimator based on being a mesh or no... (diff) | |
download | opensim-SC-84ca09f7c5cec051014181853083e52691bb7e07.zip opensim-SC-84ca09f7c5cec051014181853083e52691bb7e07.tar.gz opensim-SC-84ca09f7c5cec051014181853083e52691bb7e07.tar.bz2 opensim-SC-84ca09f7c5cec051014181853083e52691bb7e07.tar.xz |
added ObjectPhysicsProperties http event message to send viewer that data. For now on caps/EventQueue, and still only used on a material change...
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index 18f8f34..1e87eed 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -1703,5 +1703,10 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1703 | public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data) | 1703 | public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data) |
1704 | { | 1704 | { |
1705 | } | 1705 | } |
1706 | |||
1707 | public void SendPartPhysicsProprieties(ISceneEntity entity) | ||
1708 | { | ||
1709 | } | ||
1710 | |||
1706 | } | 1711 | } |
1707 | } | 1712 | } |