Sirikata
Public Member Functions | Public Attributes
Sirikata::Mesh::Visual Class Reference

Base class for visual objects that are passed through the system. More...

#include <Visual.hpp>

Inheritance diagram for Sirikata::Mesh::Visual:
Collaboration diagram for Sirikata::Mesh::Visual:

List of all members.

Public Member Functions

virtual ~Visual ()
virtual const String & type () const =0

Public Attributes

String uri
SHA256 hash

Detailed Description

Base class for visual objects that are passed through the system.

Many types of objects may be used -- regular meshes, billboards, particle systems, depth+color images, etc -- so this only contains the most basic, common information. All types are defined in libmesh, but different loaders and filters can be provided through plugins.


Constructor & Destructor Documentation

Sirikata::Mesh::Visual::~Visual ( ) [virtual]

Member Function Documentation

virtual const String& Sirikata::Mesh::Visual::type ( ) const [pure virtual]

Member Data Documentation


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