Update of /cvsroot/simspark/simspark/spark/kerosin/sceneserver/helper
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12512/spark/kerosin/sceneserver/helper
Modified Files:
NVMeshMender.h
Log Message:
- added patch for compiling with gcc 4.1
thanks to Tobias Warden <wa...@pr...> for the patch
Index: NVMeshMender.h
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/kerosin/sceneserver/helper/NVMeshMender.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** NVMeshMender.h 5 Dec 2005 21:38:23 -0000 1.1
--- NVMeshMender.h 24 May 2006 10:07:10 -0000 1.2
***************
*** 236,240 ****
};
! bool NVMeshMender::Munge( const NVMeshMender::VAVector& input,
NVMeshMender::VAVector& output,
const float bSmoothCreaseAngleRadians = 3.141592654f / 3.0f,
--- 236,240 ----
};
! bool Munge( const NVMeshMender::VAVector& input,
NVMeshMender::VAVector& output,
const float bSmoothCreaseAngleRadians = 3.141592654f / 3.0f,
***************
*** 244,248 ****
const Option _WeightNormalsByFaceSize = WeightNormalsByFaceSize
);
! bool NVMeshMender::MungeD3DX( const NVMeshMender::VAVector& input,
NVMeshMender::VAVector& output,
const float bSmoothCreaseAngleRadians = 3.141592654f / 3.0f,
--- 244,248 ----
const Option _WeightNormalsByFaceSize = WeightNormalsByFaceSize
);
! bool MungeD3DX( const NVMeshMender::VAVector& input,
NVMeshMender::VAVector& output,
const float bSmoothCreaseAngleRadians = 3.141592654f / 3.0f,
|