Triton
Visual simulation library for ocean rendering.
Classes
ResourceLoader.h File Reference

A class for loading Triton's resources from mass storage, which you may extend. More...

#include "TritonCommon.h"
#include <string>
Include dependency graph for ResourceLoader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Triton::ResourceLoader
 This class is used whenever Triton needs to load textures, data files, or shaders from mass storage; you may extend this class to override our default use of POSIX filesystem calls with your own resource management if you wish. More...
 

Detailed Description

A class for loading Triton's resources from mass storage, which you may extend.