OpenGLContext.loaders.base
Base loader module for OpenGLContext
Classes
class BaseHandler(
object
):
Base handler class providing common loading operations
__call__(
self
,
baseURL
,
filename
,
file
,
*
args
,
**
named
)
Load encoded scenegraph from the file
- baseURL
- the URL from which the file was loaded
- filename
- the local filename for the file
- file
- open read-only file handle
Returns a scenegraph or None