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 /bin/assets/TexturesAssetSet | |
parent | Remove "Asset deletion not supported by database" message from "delete asset"... (diff) | |
download | opensim-SC-4406f07a84faf2622fb1e238757b2ce2545cc24c.zip opensim-SC-4406f07a84faf2622fb1e238757b2ce2545cc24c.tar.gz opensim-SC-4406f07a84faf2622fb1e238757b2ce2545cc24c.tar.bz2 opensim-SC-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.
Diffstat (limited to 'bin/assets/TexturesAssetSet')
-rw-r--r-- | bin/assets/TexturesAssetSet/IMG_BLOOM1.jp2 | bin | 0 -> 11276 bytes | |||
-rw-r--r-- | bin/assets/TexturesAssetSet/TexturesAssetSet.xml | 12 |
2 files changed, 12 insertions, 0 deletions
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> |