Added cloud textures to the OpenSim Library

This commit is contained in:
Oren Hurvitz
2021-03-16 13:45:54 +02:00
parent 8d8a7347f7
commit 0260168b5d
6 changed files with 62 additions and 0 deletions

View File

@@ -55,5 +55,24 @@
<Key Name="fileName" Value="Midnight.dat" />
</Section>
<Section Name="Altocumulus Clouds">
<Key Name="assetID" Value="ffc4de4a-9845-41c1-9f9f-762a059d0bdc" />
<Key Name="name" Value="Altocumulus Clouds" />
<Key Name="assetType" Value="0" />
<Key Name="fileName" Value="Textures/Altocumulus_Clouds.j2c" />
</Section>
<Section Name="Cumulonimbus Clouds">
<Key Name="assetID" Value="a3ee7f3c-dc2e-4526-9d7c-67824959c6f6" />
<Key Name="name" Value="Cumulonimbus Clouds" />
<Key Name="assetType" Value="0" />
<Key Name="fileName" Value="Textures/Cumulonimbus_Clouds.j2c" />
</Section>
<Section Name="Layered Clouds">
<Key Name="assetID" Value="6e500a99-8831-47d2-b2a8-2e725396d449" />
<Key Name="name" Value="Layered Clouds" />
<Key Name="assetType" Value="0" />
<Key Name="fileName" Value="Textures/Layered_Clouds.j2c" />
</Section>
</Nini>

View File

@@ -23,4 +23,10 @@
<Key Name="name" Value="Days"/>
<Key Name="type" Value="-1"/>
</Section>
<Section Name="Textures">
<Key Name="folderID" Value="bb567e1a-12cf-4ffc-9bcd-cd55c72d27e7"/>
<Key Name="parentFolderID" Value="00000112-000f-0000-0000-000100bba025"/>
<Key Name="name" Value="Textures"/>
<Key Name="type" Value="0"/>
</Section>
</Nini>

View File

@@ -78,4 +78,41 @@
<Key Name="flags" Value="0" />
</Section>
<Section Name="Default Clouds">
<Key Name="inventoryID" Value="02385379-afb8-48b3-8848-47c8333fed2d" />
<Key Name="assetID" Value="1dc1368f-e8fe-f02d-a08d-9d9f11c1af6b" />
<Key Name="folderID" Value="bb567e1a-12cf-4ffc-9bcd-cd55c72d27e7"/>
<Key Name="description" Value="" />
<Key Name="name" Value="Default Clouds" />
<Key Name="assetType" Value="0" />
<Key Name="inventoryType" Value="0" />
</Section>
<Section Name="Altocumulus Clouds">
<Key Name="inventoryID" Value="a860475e-6234-40b8-b5b1-3df8fb1d3049" />
<Key Name="assetID" Value="ffc4de4a-9845-41c1-9f9f-762a059d0bdc" />
<Key Name="folderID" Value="bb567e1a-12cf-4ffc-9bcd-cd55c72d27e7"/>
<Key Name="description" Value="" />
<Key Name="name" Value="Altocumulus Clouds" />
<Key Name="assetType" Value="0" />
<Key Name="inventoryType" Value="0" />
</Section>
<Section Name="Cumulonimbus Clouds">
<Key Name="inventoryID" Value="eccad7d7-45e0-408d-b50e-a932603d34f9" />
<Key Name="assetID" Value="a3ee7f3c-dc2e-4526-9d7c-67824959c6f6" />
<Key Name="folderID" Value="bb567e1a-12cf-4ffc-9bcd-cd55c72d27e7"/>
<Key Name="description" Value="" />
<Key Name="name" Value="Cumulonimbus Clouds" />
<Key Name="assetType" Value="0" />
<Key Name="inventoryType" Value="0" />
</Section>
<Section Name="Layered Clouds">
<Key Name="inventoryID" Value="72b43d50-4c00-4344-adb3-b07934743320" />
<Key Name="assetID" Value="6e500a99-8831-47d2-b2a8-2e725396d449" />
<Key Name="folderID" Value="bb567e1a-12cf-4ffc-9bcd-cd55c72d27e7"/>
<Key Name="description" Value="" />
<Key Name="name" Value="Layered Clouds" />
<Key Name="assetType" Value="0" />
<Key Name="inventoryType" Value="0" />
</Section>
</Nini>