Package org.vrspace.server.api
Class Textures
java.lang.Object
org.vrspace.server.api.ApiBase
org.vrspace.server.api.Textures
Manages textures known to the server.
- Author:
- joe
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList all jpg and png files in content directory hierarchysearchTextures
(String pattern) Search textures that contain given substringMethods inherited from class org.vrspace.server.api.ApiBase
currentUserName, isAuthenticated
-
Field Details
-
PATH
- See Also:
-
-
Constructor Details
-
Textures
public Textures()
-
-
Method Details
-
listTextures
List all jpg and png files in content directory hierarchy -
searchTextures
Search textures that contain given substring
-