This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-06-03 00:46:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a91ef313ef4a80964d4fa8b42c6d3178fa8c48aa
opensim
/
OpenSim
/
Capabilities
/
Handlers
/
GetTexture
History
UbitUmarov
0341b46279
Merge branch 'master' into httptests
2018-03-10 20:51:38 +00:00
..
Tests
bad merge?
2015-09-01 14:54:35 +01:00
GetTextureHandler.cs
some cleanup
2018-01-20 12:11:07 +00:00
GetTextureRobustHandler.cs
mantis 7885: robust asset services have no cache and only accept a asset ID that is a uuid, so regions hack to cache several image formats is not possible. Robut GetTexture is very heavy unless image format is the default (j2k mime type x-j2k), since with no cache image convertions is performed on every request. Adicionally it does expose all textures if the tcp port is public. Avoid using it.
2018-03-10 20:50:24 +00:00
GetTextureServerConnector.cs
Fixed Robust-bound GetTexture handler that had been knocked off with the new sim-bound handler that uses a Poll service. Rather than hammering both handlers into one single class, I'm splitting them into 2 classes, because they are considerably different.
2015-10-14 14:41:28 -07:00