Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revised GetMesh to not use intermediate base64 coding scheme | Freaky Tech | 2015-03-05 | 1 | -44/+183 |
| | | | | | | | it delivers binary and has binary as input. base64 intermediate coding makes no sense. Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | ||||
* | Allow GetMesh capability to be served directly by a server like GetTexture | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -31/+29 |
| | | | | | To do this required GetMesh to be converted to a BaseStreamHandler Unlike GetTexture connector, no redirect URL functionality yet (this wasn't present in the first place). | ||||
* | Don't need to try both AssetService.Get and GetCached in GetMesh since Get ↵ | Justin Clark-Casey (justincc) | 2011-08-18 | 1 | -36/+9 |
| | | | | always calls GetCached and code paths were identical | ||||
* | Refactored the GetMesh module into a handler and a module, to be the same as ↵ | Diva Canto | 2011-05-02 | 1 | -0/+143 |
GetTexture. |