Package org.vrspace.server.api
Class TextureController
- java.lang.Object
-
- org.vrspace.server.api.TextureController
-
@RestController @RequestMapping("/textures") public class TextureController extends Object
Manages textures known to the server.- Author:
- joe
-
-
Constructor Summary
Constructors Constructor Description TextureController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
list()
List all jpg and png files in content directory hierarchy
-