Subversion Repositories gelsvn

Rev

Rev 440 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 440 Rev 492
Line 8... Line 8...
8
 */
8
 */
9
 
9
 
10
#ifndef __GEOMETRY_LOAD_H__
10
#ifndef __GEOMETRY_LOAD_H__
11
#define __GEOMETRY_LOAD_H__
11
#define __GEOMETRY_LOAD_H__
12
 
12
 
-
 
13
#include <string>
13
#include "TriMesh.h"
14
#include "TriMesh.h"
14
 
15
 
15
namespace Geometry
16
namespace Geometry
16
{
17
{
17
	/// Load a TriMesh from a file. Loader chosen based on extension.
18
	/// Load a TriMesh from a file. Loader chosen based on extension.