diff options
author | Justin Clark-Casey (justincc) | 2013-06-28 23:34:16 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-06-28 23:34:16 +0100 |
commit | 4406f07a84faf2622fb1e238757b2ce2545cc24c (patch) | |
tree | ae21b9361c8d2fce8f94d10008587e1fe2dc7b80 | |
parent | Remove "Asset deletion not supported by database" message from "delete asset"... (diff) | |
download | opensim-SC_OLD-4406f07a84faf2622fb1e238757b2ce2545cc24c.zip opensim-SC_OLD-4406f07a84faf2622fb1e238757b2ce2545cc24c.tar.gz opensim-SC_OLD-4406f07a84faf2622fb1e238757b2ce2545cc24c.tar.bz2 opensim-SC_OLD-4406f07a84faf2622fb1e238757b2ce2545cc24c.tar.xz |
Add IMG_BLOOM1.jp2 to standard asset set, which is used in stars.
This makes stars appear more realistically rather than as massive chunks due to the missing IMG_BLOOM1 asset from the viewer.
Thanks to YoshikoFazuku for supplying the star asset which I then uploaded via a viewer and extracted as JPEG2000.
Thanks also to Ai Austin for helping this process along.
See http://opensimulator.org/mantis/view.php?id=6691 for more details.
-rw-r--r-- | CONTRIBUTORS.txt | 5 | ||||
-rw-r--r-- | bin/assets/TexturesAssetSet/IMG_BLOOM1.jp2 | bin | 0 -> 11276 bytes | |||
-rw-r--r-- | bin/assets/TexturesAssetSet/TexturesAssetSet.xml | 12 |
3 files changed, 14 insertions, 3 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 7601a50..f621cd3 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt | |||
@@ -58,7 +58,7 @@ where we are today. | |||
58 | 58 | ||
59 | 59 | ||
60 | = Additional OpenSim Contributors = | 60 | = Additional OpenSim Contributors = |
61 | These folks have contributed code patches to OpenSim to help make it | 61 | These folks have contributed code patches or content to OpenSimulator to help make it |
62 | what it is today. | 62 | what it is today. |
63 | 63 | ||
64 | * aduffy70 | 64 | * aduffy70 |
@@ -163,6 +163,7 @@ what it is today. | |||
163 | * webmage (IBM) | 163 | * webmage (IBM) |
164 | * Xantor | 164 | * Xantor |
165 | * Y. Nitta | 165 | * Y. Nitta |
166 | * YoshikoFazuku | ||
166 | * YZh | 167 | * YZh |
167 | * Zackary Geers aka Kunnis Basiat | 168 | * Zackary Geers aka Kunnis Basiat |
168 | * Zha Ewry | 169 | * Zha Ewry |
@@ -215,5 +216,3 @@ In addition, we would like to thank: | |||
215 | * The Mono Project | 216 | * The Mono Project |
216 | * The NANT Developers | 217 | * The NANT Developers |
217 | * Microsoft (.NET, MSSQL-Adapters) | 218 | * Microsoft (.NET, MSSQL-Adapters) |
218 | *x | ||
219 | |||
diff --git a/bin/assets/TexturesAssetSet/IMG_BLOOM1.jp2 b/bin/assets/TexturesAssetSet/IMG_BLOOM1.jp2 new file mode 100644 index 0000000..8186d49 --- /dev/null +++ b/bin/assets/TexturesAssetSet/IMG_BLOOM1.jp2 | |||
Binary files differ | |||
diff --git a/bin/assets/TexturesAssetSet/TexturesAssetSet.xml b/bin/assets/TexturesAssetSet/TexturesAssetSet.xml index a4a0cba..a29ac38 100644 --- a/bin/assets/TexturesAssetSet/TexturesAssetSet.xml +++ b/bin/assets/TexturesAssetSet/TexturesAssetSet.xml | |||
@@ -746,4 +746,16 @@ | |||
746 | <Key Name="assetType" Value="0" /> | 746 | <Key Name="assetType" Value="0" /> |
747 | <Key Name="fileName" Value="735198cf-6ea0-2550-e222-21d3c6a341ae.j2c" /> | 747 | <Key Name="fileName" Value="735198cf-6ea0-2550-e222-21d3c6a341ae.j2c" /> |
748 | </Section> | 748 | </Section> |
749 | |||
750 | <!-- | ||
751 | Texture expected by viewers for properly displaying stars in the night sky | ||
752 | Name derives from label in viewer code | ||
753 | --> | ||
754 | <Section Name="IMG_BLOOM1 Texture"> | ||
755 | <Key Name="assetID" Value="3c59f7fe-9dc8-47f9-8aaf-a9dd1fbc3bef"/> | ||
756 | <Key Name="name" Value="IMG_BLOOM1 Texture"/> | ||
757 | <Key Name="assetType" Value="0" /> | ||
758 | <Key Name="fileName" Value="IMG_BLOOM1.jp2" /> | ||
759 | </Section> | ||
760 | |||
749 | </Nini> | 761 | </Nini> |