diff options
author | MW | 2007-08-13 20:24:37 +0000 |
---|---|---|
committer | MW | 2007-08-13 20:24:37 +0000 |
commit | 45fcbaae1befb988608654505b1e7c275a189770 (patch) | |
tree | dba22b72d604d68957bb81c13450b57e0340acd1 /bin | |
parent | added Sample OnObjectGrab event to SceneEventManager for script engines to s... (diff) | |
download | opensim-SC_OLD-45fcbaae1befb988608654505b1e7c275a189770.zip opensim-SC_OLD-45fcbaae1befb988608654505b1e7c275a189770.tar.gz opensim-SC_OLD-45fcbaae1befb988608654505b1e7c275a189770.tar.bz2 opensim-SC_OLD-45fcbaae1befb988608654505b1e7c275a189770.tar.xz |
Added Scene.ConvertLocalIDToFullID() method.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimAssetSet.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/OpenSimAssetSet.xml b/bin/OpenSimAssetSet.xml index d81b5b5..c3f061f 100644 --- a/bin/OpenSimAssetSet.xml +++ b/bin/OpenSimAssetSet.xml | |||
@@ -6,4 +6,18 @@ | |||
6 | <Key Name="inventoryType" Value="7" /> | 6 | <Key Name="inventoryType" Value="7" /> |
7 | <Key Name="fileName" Value="welcomeNote.dat" /> | 7 | <Key Name="fileName" Value="welcomeNote.dat" /> |
8 | </Section> | 8 | </Section> |
9 | <Section Name="texture1"> | ||
10 | <Key Name="assetID" Value="00000000-0000-2222-3333-000000000099" /> | ||
11 | <Key Name="name" Value="femface" /> | ||
12 | <Key Name="assetType" Value="0" /> | ||
13 | <Key Name="inventoryType" Value="0" /> | ||
14 | <Key Name="fileName" Value="femaleface.jp2" /> | ||
15 | </Section> | ||
16 | <Section Name="test Object1"> | ||
17 | <Key Name="assetID" Value="00000000-0000-8877-5566-000000000001" /> | ||
18 | <Key Name="name" Value="test Object" /> | ||
19 | <Key Name="assetType" Value="6" /> | ||
20 | <Key Name="inventoryType" Value="6" /> | ||
21 | <Key Name="fileName" Value="testObject.dat" /> | ||
22 | </Section> | ||
9 | </Nini> \ No newline at end of file | 23 | </Nini> \ No newline at end of file |