70 nassertr(_is_ready, NULL);
A basic node of the scene graph or data graph.
bool is_ready() const
Returns true if this request has completed, false if it is still pending.
Specifies parameters that may be passed to the loader.
A convenient class for loading models from disk, in bam or egg format (or any of a number of other fo...
The name of a file, such as a texture file or an Egg file.
Loader * get_loader() const
Returns the Loader object associated with this asynchronous ModelLoadRequest.
const LoaderOptions & get_options() const
Returns the LoaderOptions associated with this asynchronous ModelLoadRequest.
const Filename & get_filename() const
Returns the filename associated with this asynchronous ModelLoadRequest.
PandaNode * get_model() const
Returns the model that was loaded asynchronously, if any, or NULL if there was an error...