Subversion Repositories gelsvn

Rev

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

Rev 595 Rev 601
Line 11... Line 11...
11
 
11
 
12
#ifndef __GEOMETRY_PLYLOAD_H_
12
#ifndef __GEOMETRY_PLYLOAD_H_
13
#define __GEOMETRY_PLYLOAD_H_
13
#define __GEOMETRY_PLYLOAD_H_
14
 
14
 
15
 
15
 
16
#include "Geometry/TriMesh.h"
16
#include "../Geometry/TriMesh.h"
17
 
17
 
18
namespace Geometry
18
namespace Geometry
19
{
19
{
20
	/** Load geometry from a ply file into a TriMesh. This is a very crude loader which only extracts the 
20
	/** Load geometry from a ply file into a TriMesh. This is a very crude loader which only extracts the 
21
		raw geometry. */
21
		raw geometry. */