OSDN Git Service

Speed up texture downloading:
authorLatif Khalifa <latifer@streamgrid.net>
Sat, 9 Jul 2011 12:21:16 +0000 (12:21 +0000)
committerLatif Khalifa <latifer@streamgrid.net>
Sat, 9 Jul 2011 12:21:16 +0000 (12:21 +0000)
commit1091b24a82ac39ade2753424430ac4095faf47e2
tree1996e3937281189d2e7221c168a9df84f8bfbf38
parent31ba85d70d587113685037dc84e603005088e9d8
Speed up texture downloading:
* remove duplicate request early
* use reference to same TextureInfo for all faces.
* download textures async
* decode textures sync on a separate thread

git-svn-id: https://radegast.googlecode.com/svn/trunk@958 f7a694da-4d33-11de-9ad6-1127a62b9fcd
Radegast/GUI/Rendering/Rendering.cs
Radegast/GUI/Rendering/RenderingHelpers.cs