|
From: <axl...@us...> - 2010-01-17 02:34:39
|
Revision: 669
http://hgengine.svn.sourceforge.net/hgengine/?rev=669&view=rev
Author: axlecrusher
Date: 2010-01-17 02:34:24 +0000 (Sun, 17 Jan 2010)
Log Message:
-----------
build vertex from 3 and 4 float arrays
Modified Paths:
--------------
Mercury2/src/MercuryVertex.h
Modified: Mercury2/src/MercuryVertex.h
===================================================================
--- Mercury2/src/MercuryVertex.h 2010-01-17 02:32:13 UTC (rev 668)
+++ Mercury2/src/MercuryVertex.h 2010-01-17 02:34:24 UTC (rev 669)
@@ -18,7 +18,8 @@
public:
MercuryVertex();
MercuryVertex( float ix, float iy, float iz, float iw = 0 );
- MercuryVertex( const float * in );
+ MercuryVertex( const float* in3f, float f );
+ MercuryVertex( const float* in4f );
MercuryVertex( const MercuryVertex& v);
MercuryVertex( const MercuryVertex& v, float w);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|