| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/io/fcolladareader.h>

Public Member Functions | |
| ColladaReader () | |
| virtual | ~ColladaReader () |
| virtual SO< SharedObj > | read (DataResource *data, const ID &targetType) const |
| See `ObjectReader'. | |
| virtual const char * | objectFormatName () const |
| virtual const char * | objectFileSuffix () const |
| Format name is Collada, and suffix is "dae". | |
| virtual bool | canProduce (const ID &targetType) const |
| VRS_TYPEINFO (ColladaReader, ObjectReader) | |
Static Public Member Functions | |
| static void | setMirrorTextureImageMode (bool x_axis, bool y_axis) |
| static void | setCopyTexturesToPow2 (bool enable) |
| VRS::ColladaReader::ColladaReader | ( | ) |
| virtual VRS::ColladaReader::~ColladaReader | ( | ) | [virtual] |
| virtual SO<SharedObj> VRS::ColladaReader::read | ( | DataResource * | data, | |
| const ID & | targetType | |||
| ) | const [virtual] |
| virtual const char* VRS::ColladaReader::objectFormatName | ( | void | ) | const [inline, virtual] |
Implements VRS::ObjectReader.
| virtual const char* VRS::ColladaReader::objectFileSuffix | ( | void | ) | const [inline, virtual] |
| virtual bool VRS::ColladaReader::canProduce | ( | const ID & | targetType | ) | const [inline, virtual] |
Reimplemented from VRS::ObjectReader.
| VRS::ColladaReader::VRS_TYPEINFO | ( | ColladaReader | , | |
| ObjectReader | ||||
| ) |
| static void VRS::ColladaReader::setMirrorTextureImageMode | ( | bool | x_axis, | |
| bool | y_axis | |||
| ) | [static] |
| static void VRS::ColladaReader::setCopyTexturesToPow2 | ( | bool | enable | ) | [static] |