14#ifndef LOADERFILETYPEASSIMP_H
15#define LOADERFILETYPEASSIMP_H
31 virtual std::string get_name()
const;
32 virtual std::string get_extension()
const;
46 static void init_type() {
47 LoaderFileType::init_type();
49 LoaderFileType::get_class_type());
52 return get_class_type();
54 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
Class that interfaces with Assimp and builds Panda nodes to represent the Assimp structures.
An instance of this class is written to the front of a Bam or Txo file to make the file a cached inst...
The name of a file, such as a texture file or an Egg file.
This defines the Loader interface that uses the Assimp library to load various model formats.
This is the base class for a family of scene-graph file types that the Loader supports.
virtual bool supports_compressed() const
Returns true if this file type can transparently load compressed files (with a .pz or ....
virtual std::string get_additional_extensions() const
Returns a space-separated list of extension, in addition to the one returned by get_extension(),...
Specifies parameters that may be passed to the loader.
A basic node of the scene graph or data graph.
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...