version 3.3

VRS::ColladaReader Class Reference

#include <vrs/io/fcolladareader.h>

Inheritance diagram for VRS::ColladaReader:

VRS::ObjectReader VRS::SharedObj VRS::Visitable

List of all members.

Public Member Functions

 ColladaReader ()
virtual ~ColladaReader ()
virtual SO< SharedObjread (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)


Detailed Description

Minimal Collada Reader using the FCollada library, with copyright by Feeling Software. This is an inital version of an collada import. It supports triangulated meshes, and simple colors materials and textures at the diffuse channel. Feel free to extend this functionality.

Constructor & Destructor Documentation

VRS::ColladaReader::ColladaReader (  ) 

virtual VRS::ColladaReader::~ColladaReader (  )  [virtual]


Member Function Documentation

virtual SO<SharedObj> VRS::ColladaReader::read ( DataResource data,
const ID targetType 
) const [virtual]

See `ObjectReader'.

Implements VRS::ObjectReader.

virtual const char* VRS::ColladaReader::objectFormatName ( void   )  const [inline, virtual]

Implements VRS::ObjectReader.

virtual const char* VRS::ColladaReader::objectFileSuffix ( void   )  const [inline, virtual]

Format name is Collada, and suffix is "dae".

Implements VRS::ObjectReader.

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]


The documentation for this class was generated from the following file:

Generated on Sat May 18 06:00:25 2013 by Doxygen 1.5.6
© 2001-2010 Hasso-Plattner-Institut | Impressum | Contact